public interface JCoRepositoryMonitor
Modifier and Type | Method and Description |
---|---|
int |
getClassMetaDataCount()
Return the number of the cached class meta data objects.
|
List<String> |
getDestinationIDs()
Returns the list of destination IDs which can be used by the monitored repository
for its DDIC queries.
|
int |
getFunctionMetaDataCount()
Returns the number of the cached function meta data objects.
|
long |
getLastAccessTimestamp()
Returns the time stamp of the last access to the repository.
|
long |
getLastRemoteQueryTimestamp()
Returns the time stamp of the last remote query done by the repository.
|
JCoDestinationMonitor |
getRespositoryDestinationMonitor(String destinationID)
Deprecated.
Might be removed in future versions without further notice.
Use
JCo.getRepositoryDestinationMonitor(String) instead. |
int |
getTypeMetaDataCount()
Return the number of the cached type (tables and structures) meta data objects.
|
long getLastAccessTimestamp()
long getLastRemoteQueryTimestamp()
int getFunctionMetaDataCount()
int getTypeMetaDataCount()
int getClassMetaDataCount()
List<String> getDestinationIDs()
JCoDestinationMonitor getRespositoryDestinationMonitor(String destinationID) throws JCoRuntimeException
JCo.getRepositoryDestinationMonitor(String)
instead.destinationID
- ID of the destination that is used for the repository callsJCoRuntimeException
- with the key JCO_ERROR_ILLEGAL_ARGUMENT if the destination
with the given id is not used by this repository instanceCopyright © 2016 SAP. All Rights Reserved.