Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static JCoDestinationMonitor |
JCo.getDestinationMonitor(String destinationID)
Retrieves a monitoring object for a specific destination identified by the given ID.
|
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(String destinationID)
Retrieves a monitoring object for a specific repository destination of the destination
identified by the given ID.
|
Modifier and Type | Method and Description |
---|---|
JCoDestinationMonitor |
JCoRepositoryMonitor.getRespositoryDestinationMonitor(String destinationID)
Deprecated.
Might be removed in future versions without further notice.
Use
JCo.getRepositoryDestinationMonitor(String) instead. |
Copyright © 2016 SAP. All Rights Reserved.