org.apache.geronimo.connector.outbound.connectiontracking
Interface TrackedConnectionAssociator
- All Known Implementing Classes:
- ConnectionTrackingCoordinator
public interface TrackedConnectionAssociator
isLazyConnect
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.
- Returns:
- true if connections are proxied and only connect when invoked
enter
ConnectorInstanceContext enter(ConnectorInstanceContext newConnectorInstanceContext)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
newTransaction
void newTransaction()
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
exit
void exit(ConnectorInstanceContext connectorInstanceContext)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.