|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoDestinationMonitor | |
---|---|
com.sap.conn.jco | Contains the major part of the interfaces and factories an application for JCo is typically dealing with. |
com.sap.conn.jco.monitor | Contains all interfaces of JCo related to monitoring. |
Uses of JCoDestinationMonitor in com.sap.conn.jco |
---|
Methods in com.sap.conn.jco that return JCoDestinationMonitor | |
---|---|
static JCoDestinationMonitor |
JCo.getDestinationMonitor(java.lang.String destinationID)
Retrieves a monitoring object for a specific destination identified by the given ID. |
abstract JCoDestinationMonitor |
JCoDestinationManager.getDestinationMonitor(java.lang.String destinationID)
Deprecated. Might be removed in future versions without further notice. Use JCo.getDestinationMonitor(String) . |
JCoDestinationMonitor |
JCoDestination.getMonitor()
Return a monitor instance describes the client connections created by the JCo runtime for this destination instance |
JCoDestinationMonitor |
JCoDestination.getRepositoryDestinationMonitor()
Return a monitor instance describing the client connections that have been created by the JCo runtime for the repository queries done via this destination instance. |
static JCoDestinationMonitor |
JCo.getRepositoryDestinationMonitor(java.lang.String destinationID)
Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID. |
abstract JCoDestinationMonitor |
JCoDestinationManager.getRepositoryDestinationMonitor(java.lang.String destinationID)
Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) . |
Uses of JCoDestinationMonitor in com.sap.conn.jco.monitor |
---|
Methods in com.sap.conn.jco.monitor that return JCoDestinationMonitor | |
---|---|
JCoDestinationMonitor |
JCoRepositoryMonitor.getRespositoryDestinationMonitor(java.lang.String destinationID)
Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |