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

All Known Implementing Classes:
ConnectorInstanceContextImpl, SharedConnectorInstanceContext

public interface ConnectorInstanceContext

Version:
$Rev: 585608 $ $Date: 2007-10-17 13:56:54 -0400 (Wed, 17 Oct 2007) $

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