The Sample connector extends the USMBaseConnector class, which implements some of the common connector framework code. The Sample connector also implements the following interfaces that define connector functionality. When writing a custom connector, you can code the necessary interfaces and methods using the Sample connector framework to properly integrate with a domain manager:
Note: View these interfaces in the Eclipse project in the SampleConnector.java class located in the src/java folder.
Contains method declarations to support the connector lifecycle.
Contains method declarations for retrieving data from the domain manager and creating, update, and deleting data in the domain manager.
Contains method declarations for events related to changes in CIs.
(Not supported) Contains method declarations for non-CI related events.
(Not supported) Contains method declarations to support custom operations related to specific entities.
(Not supported) Contains method declarations to support connector custom operations.
(Not supported) Contains method declarations required to run and monitor the progress of synchronous and asynchronous operations.
Important! The ConnectorEventPublisher, ConnectorOperationRunner, EntityOperationRunner, and OperationRunner interfaces in the connector code are placeholders with no current implementation. The operations provided by these interfaces are not supported in this release of CA SOI.
|
Copyright © 2013 CA.
All rights reserved.
|
|