org.identityconnectors.framework.impl.api.local.operations
Class ConnectorOperationalContext

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.OperationalContext
      extended by org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext

public class ConnectorOperationalContext
extends OperationalContext

Simple structure to pass more variables through the constructor of APIOperationRunner.


Constructor Summary
ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration, ObjectPool<PoolableConnector> pool)
           
 
Method Summary
 Class<? extends Connector> getConnectorClass()
           
 ObjectPool<PoolableConnector> getPool()
           
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
getConfiguration, getConnectorInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorOperationalContext

public ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo,
                                   APIConfigurationImpl apiConfiguration,
                                   ObjectPool<PoolableConnector> pool)
Method Detail

getPool

public ObjectPool<PoolableConnector> getPool()

getConnectorClass

public Class<? extends Connector> getConnectorClass()


Copyright © 2011. All Rights Reserved.