org.identityconnectors.framework.impl.api.local
Class ConnectorPoolManager

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.ConnectorPoolManager

public class ConnectorPoolManager
extends Object


Constructor Summary
ConnectorPoolManager()
           
 
Method Summary
static void dispose()
           
static ObjectPool<PoolableConnector> getPool(APIConfigurationImpl impl, LocalConnectorInfoImpl localInfo)
          Get a object pool for this connector if it supports connector pooling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorPoolManager

public ConnectorPoolManager()
Method Detail

getPool

public static ObjectPool<PoolableConnector> getPool(APIConfigurationImpl impl,
                                                    LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.


dispose

public static void dispose()


Copyright © 2011. All Rights Reserved.