com.softwareag.tamino.db.api.response
Class TServerTimeImpl

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TServerTimeImpl
All Implemented Interfaces:
TServerTime

public class TServerTimeImpl
extends java.lang.Object
implements TServerTime

TServerTimeImpl is the implemantation of the TServerTime interface.

Version:
$Revision: 1.2 $
Author:
Stefan Liebig

Constructor Summary
TServerTimeImpl(TMessageContentItem messageContentItem)
          Create the TServerTimeImpl instance.
 
Method Summary
 java.lang.String getKernelTime()
          Get the Kernel Time.
 java.lang.String getUserTime()
          Get the User Time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TServerTimeImpl

public TServerTimeImpl(TMessageContentItem messageContentItem)
Create the TServerTimeImpl instance.

Method Detail

getUserTime

public java.lang.String getUserTime()
Get the User Time. The returned time has the format " " , e.g. "873645817 100ns"

Specified by:
getUserTime in interface TServerTime
Returns:
User Time.

getKernelTime

public java.lang.String getKernelTime()
Get the Kernel Time. The returned time has the format " " , e.g. "873645817 100ns"

Specified by:
getKernelTime in interface TServerTime
Returns:
Kernel Time.


Copyright (c) 2013 Software AG. All Rights Reserved.