org.identityconnectors.framework.impl.api.local.operations
Class ConnectorOperationalContext
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.OperationalContext
org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
public class ConnectorOperationalContext
- extends OperationalContext
Simple structure to pass more variables through the constructor of
APIOperationRunner.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorOperationalContext
public ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration,
ObjectPool<PoolableConnector> pool)
getPool
public ObjectPool<PoolableConnector> getPool()
getConnectorClass
public Class<? extends Connector> getConnectorClass()
Copyright © 2011. All Rights Reserved.