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

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
Direct Known Subclasses:
ConnectorAPIOperationRunner, ValidateImpl

public abstract class APIOperationRunner
extends Object

Base class for API operation runners.


Constructor Summary
APIOperationRunner(OperationalContext context)
          Creates the API operation so it can called multiple times.
 
Method Summary
 OperationalContext getOperationalContext()
          Get the current operational context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIOperationRunner

public APIOperationRunner(OperationalContext context)
Creates the API operation so it can called multiple times.

Method Detail

getOperationalContext

public OperationalContext getOperationalContext()
Get the current operational context.



Copyright © 2011. All Rights Reserved.