|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.accessor.TAbstractAccessor
com.softwareag.tamino.db.api.accessor.TSystemAccessorImpl
com.softwareag.tamino.db.api.accessor.logging.TSystemAccessorTimeLoggingImpl
public class TSystemAccessorTimeLoggingImpl
TSystemAccessorTimeLoggingImpl is an extension of TSystemAccessorImpl that support time logging for the methods of the TSystemAccessor interface.
Field Summary |
---|
Fields inherited from class com.softwareag.tamino.db.api.accessor.TAbstractAccessor |
---|
canBeCancelled, clientRequests, requestCounter, SGUAI |
Constructor Summary | |
---|---|
TSystemAccessorTimeLoggingImpl(TGenericAccessor genericAccessor)
Special Constructor. |
Method Summary | |
---|---|
java.lang.String |
getAPIVersion()
Get this a API�s version number. |
java.lang.String |
getServerAPIVersion()
Deprecated. Please use getServerVersion() instead. |
TServerEcho |
getServerEcho()
Get the echo object. |
TServerTime |
getServerTime()
Get the server up time information. |
java.lang.String |
getServerVersion()
Get the Tamino server version. |
boolean |
isServerAlive()
Tries to establish a connection and returns the answer. |
Methods inherited from class com.softwareag.tamino.db.api.accessor.TSystemAccessorImpl |
---|
diagnose, getFullServerVersion |
Methods inherited from class com.softwareag.tamino.db.api.accessor.TAbstractAccessor |
---|
cancelRequests, getAccessCollection, getAccessLocation, getApplicationName, getCanBeCancelled, getDatabaseUri, getInvocation, getLocale, getLockMode, getLockwaitMode, getMaximumRequestDuration, invalidate, invoke, invoke, invoke, setAccessLocation, setApplicationName, setCanBeCancelled, setInvocation, setLockMode, setLockwaitMode, setMaximumRequestDuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
public TSystemAccessorTimeLoggingImpl(TGenericAccessor genericAccessor)
genericAccessor
- Method Detail |
---|
public boolean isServerAlive() throws TAccessorException
isServerAlive
in interface TSystemAccessor
isServerAlive
in class TSystemAccessorImpl
TAccrssorException
- if the the operation fails.
TAccessorException
- signals an error while attempting to connect to the database.public TServerEcho getServerEcho() throws TAccessorException
getServerEcho
in interface TSystemAccessor
getServerEcho
in class TSystemAccessorImpl
TAccrssorException
- if the the operation fails.
TAccessorException
- signals an error while attempting to connect to retrieve
the information from the database.public java.lang.String getServerVersion() throws TAccessorException
getServerVersion
in interface TSystemAccessor
getServerVersion
in class TSystemAccessorImpl
TAccrssorException
- if the the operation fails.
TAccessorException
- signals an error while attempting to to retrieve
the information from the database.public java.lang.String getServerAPIVersion() throws TAccessorException
getServerAPIVersion
in interface TSystemAccessor
getServerAPIVersion
in class TSystemAccessorImpl
TAccessorException
- signals an error while attempting to connect to retrieve
the information from the database.public TServerTime getServerTime() throws TAccessorException
getServerTime
in interface TSystemAccessor
getServerTime
in class TSystemAccessorImpl
TAccessorException
- if the the operation fails.public java.lang.String getAPIVersion()
getAPIVersion
in interface TSystemAccessor
getAPIVersion
in class TSystemAccessorImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |