public interface ResourceManagerEvent
ResourceManagerEvent
allows late enrolment of connections that
are opened in the thread before the transaction starts. ResourceManagerEventListener.
Modifier and Type | Method and Description |
---|---|
void |
enlistConnection(javax.transaction.Transaction transaction)
This method is used by the transaction manager to perform callbacks
on the resource manager when a transaction begins.
|
void enlistConnection(javax.transaction.Transaction transaction) throws javax.transaction.SystemException
transaction
- the transaction that has begunjavax.transaction.SystemException
- if an exception occurs