|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TSystemAccessor
TSystemAccessor is the interface for the access of Tamino and Tamino API system information.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.tamino.db.api.accessor.TAccessor |
---|
cancelRequests, getAccessLocation, getApplicationName, getCanBeCancelled, getLockMode, getLockwaitMode, getMaximumRequestDuration, setAccessLocation, setApplicationName, setCanBeCancelled, setLockMode, setLockwaitMode, setMaximumRequestDuration |
Methods inherited from interface com.softwareag.tamino.db.api.accessor.TInvalidatableAccessor |
---|
invalidate |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |