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 ofAPIOperationRunner
.
-
-
Field Summary
-
Fields inherited from class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
apiConfiguration, connectorInfo
-
-
Constructor Summary
Constructors Constructor Description ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Class<? extends Connector>
getConnectorClass()
String
getInstanceName()
ObjectPool<PoolableConnector>
getPool()
-
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
getConfiguration, getConnectorInfo, getResultsHandlerConfiguration
-
-
-
-
Constructor Detail
-
ConnectorOperationalContext
public ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
-
-
Method Detail
-
getPool
public ObjectPool<PoolableConnector> getPool()
-
dispose
public void dispose()
- Overrides:
dispose
in classOperationalContext
-
getInstanceName
public String getInstanceName()
-
-