org.apache.geronimo.connector.outbound.connectiontracking
Interface TrackedConnectionAssociator
- All Known Implementing Classes:
- ConnectionTrackingCoordinator
public interface TrackedConnectionAssociator
- Version:
- $Rev: 494503 $ $Date: 2007-01-09 13:01:52 -0500 (Tue, 09 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 ResourceException
- Throws:
ResourceException
newTransaction
void newTransaction()
throws ResourceException
- Throws:
ResourceException
exit
void exit(ConnectorInstanceContext connectorInstanceContext)
throws ResourceException
- Throws:
ResourceException
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.