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

All Known Implementing Classes:
ConnectorInstanceContextImpl, SharedConnectorInstanceContext

public interface ConnectorInstanceContext


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

Method Detail

getConnectionManagerMap

Map getConnectionManagerMap()
IMPORTANT INVARIANT: this should always return a map, never null.

Returns:
map of ConnectionManager to (list of ) managed connection info objects.

getUnshareableResources

Set getUnshareableResources()

getApplicationManagedSecurityResources

Set getApplicationManagedSecurityResources()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.