Package com.sap.conn.jco.monitor
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.
-
ClassDescriptionThis class provides some details for an RFC connection.Connection monitor provides descriptive details for all opened connections.The destination monitor provides runtime details about a destination.Repository monitor provides some additional details about the repository.