at.gv.egovernment.moa.spss.server.logging
Class TransactionId

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.logging.TransactionId
All Implemented Interfaces:
iaik.logging.TransactionId

public class TransactionId
extends Object
implements iaik.logging.TransactionId

An implementation of the iaik.logging.TransactionId interface.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
TransactionId(String logID)
          Create a TransactionId object.
 
Method Summary
 String getLogID()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionId

public TransactionId(String logID)
Create a TransactionId object.
Parameters:
logID - The transaction id as it should be presented to the logging subsystem.
Method Detail

getLogID

public String getLogID()
Specified by:
getLogID in interface iaik.logging.TransactionId
See Also:
TransactionId.getLogID()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()