See: Description
Interface | Description |
---|---|
JCoConnectionData |
This class provides some details for an RFC connection.
|
JCoDestinationMonitor |
The destination monitor provides runtime details about a destination.
|
JCoRepositoryMonitor |
Repository monitor provides some additional details about the repository.
|
Class | Description |
---|---|
JCoConnectionMonitor |
Connection monitor provides descriptive details for all opened connections.
|
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.
Copyright © 2020 SAP. All Rights Reserved.