org.apache.geronimo.connector.outbound.connectiontracking
Interface TrackedConnectionAssociator
- All Known Implementing Classes:
- ConnectionTrackingCoordinator
public interface TrackedConnectionAssociator
- Version:
- $Rev: 494503 $ $Date: 2007-01-10 02:01:52 +0800 (Wed, 10 Jan 2007) $
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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.