Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
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()
Returns a monitor instance describing the client connections that have been created by
the JCo runtime for this destination instance.
|
JCoDestinationMonitor |
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.
|
static JCoDestinationMonitor |
JCo.getRepositoryDestinationMonitor(String destinationID)
Retrieves a monitoring object for a specific repository destination of the destination
identified by the given ID.
|
Copyright © 2024 SAP. All rights reserved.