Uses of Interface
com.sap.conn.jco.monitor.JCoDestinationMonitor
Packages that use JCoDestinationMonitor
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoDestinationMonitor in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoDestinationMonitorModifier and TypeMethodDescriptionstatic JCoDestinationMonitor
JCo.getDestinationMonitor
(String destinationID) Retrieves a monitoring object for a specific destination identified by the given ID.JCoDestination.getMonitor()
Returns a monitor instance describing the client connections that have been created by the JCo runtime for this destination instance.static JCoDestinationMonitor
JCo.getRepositoryDestinationMonitor
(String destinationID) Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.JCoDestination.getRepositoryDestinationMonitor()
Returns a monitor instance describing the client connections that have been created by the JCo runtime for the repository queries done via this destination instance.