Interface JCoConnectionMonitorContext
- All Known Implementing Classes:
JCoConnectionMonitorLocalContext,JCoConnectionMonitorTestContext
public interface JCoConnectionMonitorContext
Interface to get JCo connection monitor context data.
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends com.sap.conn.jco.monitor.JCoConnectionData>Returns current JCo connection data.longReturns the time stamp of the snapshot.
-
Method Details
-
getJCoConnectionData
List<? extends com.sap.conn.jco.monitor.JCoConnectionData> getJCoConnectionData()Returns current JCo connection data.- Returns:
- JCo connection data list
-
getSnapshotTimestamp
long getSnapshotTimestamp()Returns the time stamp of the snapshot.- Returns:
- snapshot time stamp
-