public interface TrackedConnectionAssociator
| Modifier and Type | Method and Description |
|---|---|
ConnectorInstanceContext |
enter(ConnectorInstanceContext newConnectorInstanceContext) |
void |
exit(ConnectorInstanceContext connectorInstanceContext) |
boolean |
isLazyConnect()
If true, ConnectorInstanceContext instance does not have to be kept on a per component basis; otherwise the
same instance must be passed to enter each time the specific component instance is entered.
|
void |
newTransaction() |
boolean isLazyConnect()
ConnectorInstanceContext enter(ConnectorInstanceContext newConnectorInstanceContext) throws javax.resource.ResourceException
javax.resource.ResourceExceptionvoid newTransaction()
throws javax.resource.ResourceException
javax.resource.ResourceExceptionvoid exit(ConnectorInstanceContext connectorInstanceContext) throws javax.resource.ResourceException
javax.resource.ResourceExceptionCopyright © 2023. All rights reserved.