The com.ca.connector.runtime.ConnectorOperationRunner interface contains the method declarations to support connector custom operations for specific entities within the domain manager. All methods in this interface are optional.
Important! While the connector framework supports custom operations, CA SOI does not currently use custom operations in integrated connectors. While these methods are available for implementation, the Sample connector does not contain sample code or implement any of these methods by default.
This interface contains the following methods:
Executes a synchronous operation against a connector and returns the result of the operation.
Defines the name of the operation.
Defines the operation input parameters.
Starts an asynchronous operation against the connector and returns an operation unique instance ID that you can use to refer to the operation.
Defines the name of the operation.
Defines the operation input parameters.
Listens for state changes related to the operation instance. This parameter can be 'null' and a listener can also register for the operation later.
Defines an ID understood by the caller.
|
Copyright © 2013 CA.
All rights reserved.
|
|