org.apache.geronimo.connector.outbound.connectiontracking
Interface ConnectorInstanceContext

All Known Implementing Classes:
ConnectorInstanceContextImpl, SharedConnectorInstanceContext

public interface ConnectorInstanceContext


Method Summary
 Set<String> getApplicationManagedSecurityResources()
           
 Map<ConnectionTrackingInterceptor,Set<ConnectionInfo>> getConnectionManagerMap()
          IMPORTANT INVARIANT: this should always return a map, never null.
 Set<String> getUnshareableResources()
           
 

Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.