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

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
      extended by org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
          extended by org.identityconnectors.framework.impl.api.local.operations.TestImpl
All Implemented Interfaces:
APIOperation, TestApiOp

public class TestImpl
extends ConnectorAPIOperationRunner
implements TestApiOp

Provides a method for the API to call the SPI's test method on the connector. The test method is intended to determine if the Connector is ready to perform the various operations it supports.

Author:
Will Droste

Field Summary
 
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
 
Constructor Summary
TestImpl(ConnectorOperationalContext context, Connector connector)
           
 
Method Summary
 void test()
          
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestImpl

public TestImpl(ConnectorOperationalContext context,
                Connector connector)
Method Detail

test

public void test()

Specified by:
test in interface TestApiOp


Copyright © 2011. All Rights Reserved.