public interface TSystemAccessor extends TAccessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAPIVersion()
Gets the version number of the Tamino API.
|
java.lang.String |
getFullServerVersion()
Gets the full version information of the Tamino database server.
|
java.lang.String |
getServerAPIVersion()
Deprecated.
Please use getServerVersion() instead.
|
TServerEcho |
getServerEcho()
Gets an instance of the TServerEcho instance providing informationon the Tamino
database server.
|
TServerTime |
getServerTime()
Gets an instance of the TServerTime instance providing time information on the Tamino
database server up.
|
java.lang.String |
getServerVersion()
Gets the version of the Tamino database server.
|
boolean |
isServerAlive()
Checks whether the Tamino database is running by trying to establish a connection.
|
cancelRequests, getAccessLocation, getApplicationName, getCanBeCancelled, getLockMode, getLockwaitMode, getMaximumRequestDuration, setAccessLocation, setApplicationName, setCanBeCancelled, setLockMode, setLockwaitMode, setMaximumRequestDuration
invalidate
boolean isServerAlive() throws TAccessorException
TAccessorException
- signals an error while attempting to connect to the database.TServerEcho getServerEcho() throws TAccessorException
TAccessorException
- signals an error while attempting to connect to retrieve
the information from the database.java.lang.String getServerVersion() throws TAccessorException
TAccessorException
- signals an error while attempting to to retrieve
the information from the database.java.lang.String getFullServerVersion() throws TAccessorException
This feature requires Tamino 4.2
TAccessorException
- signals an error while attempting to to retrieve
the information from the database.java.lang.String getServerAPIVersion() throws TAccessorException
TAccessorException
- signals an error while attempting to connect to retrieve
the information from the database.TServerTime getServerTime() throws TAccessorException
TAccessorException
- signals an error while attempting to retrieve
the information from the database.java.lang.String getAPIVersion()
Copyright (c) 2017 Software AG. All Rights Reserved.