org.apache.geronimo.connector.outbound.connectiontracking
Interface ConnectorInstanceContext
- All Known Implementing Classes:
- ConnectorInstanceContextImpl, SharedConnectorInstanceContext
public interface ConnectorInstanceContext
getConnectionManagerMap
Map<ConnectionTrackingInterceptor,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
Set<String> getUnshareableResources()
getApplicationManagedSecurityResources
Set<String> getApplicationManagedSecurityResources()
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.