Package com.sap.conn.jco.monitor

Contains all JCo interfaces related to monitoring.

See: Description

Package com.sap.conn.jco.monitor Description

Contains all JCo interfaces related to monitoring. They allow to monitor the status of destinations, servers, repositories and connections at runtime.

The destination, server and repository monitors can be retrieved from the respective objects to be monitored or - if their IDs are known - from corresponding methods of the central factory class JCo. There you will also find methods for getting a list of all available IDs for a certain monitoring object type.
For the connection monitor it should be mentioned, that it will only provide a snapshot of all connections at the time when this list is requested. The returned connection data objects won't be updated when changes occur.

Note:
The implementations for all interfaces in this package are exclusively provided by the JCo runtime. Custom interface implementations are not supported. Hence, adding a new method to any interface in this package is not considered as an incompatible change.

Copyright © 2020 SAP. All Rights Reserved.