org.identityconnectors.framework.impl.api.local.operations
Class TestImpl
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
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
|
Method Summary |
void |
test()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestImpl
public TestImpl(ConnectorOperationalContext context,
Connector connector)
test
public void test()
-
- Specified by:
test in interface TestApiOp
Copyright © 2011. All Rights Reserved.