The com.ca.connector.runtime.EntityOperationRunner interface contains the method declarations to implement 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 managed entities and returns the result of the operation.
Defines the name of the operation.
Defines the entity instances to which the operation applies.
Defines the operation input parameters.
Starts an asynchronous operation against managed entities and returns an operation unique instance ID that you can use to refer to the operation.
Defines the name of the operation.
Defines the entity instances to which the operation applies.
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.
|
|