org.apache.geronimo.connector.outbound.connectiontracking
Interface ConnectorInstanceContext
- All Known Implementing Classes:
- ConnectorInstanceContextImpl, SharedConnectorInstanceContext
public interface ConnectorInstanceContext
- Version:
- $Rev: 585608 $ $Date: 2007-10-18 01:56:54 +0800 (Thu, 18 Oct 2007) $
getConnectionManagerMap
java.util.Map<ConnectionTrackingInterceptor,java.util.Set<ConnectionInfo>> getConnectionManagerMap()
- IMPORTANT INVARIANT: this should always return a map, never null.
- Returns:
- map of ConnectionManager to (list of ) managed connection info objects.
getUnshareableResources
java.util.Set<java.lang.String> getUnshareableResources()
getApplicationManagedSecurityResources
java.util.Set<java.lang.String> getApplicationManagedSecurityResources()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.