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

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.logging.IaikLogMsg

public class IaikLogMsg
extends Object

A unified message type to log messages from the IAIK subsystem.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
IaikLogMsg(iaik.logging.TransactionId transactionId, String nodeId, Object message)
          Create a IaikLogMsg object.
 
Method Summary
 String toString()
          Convert this log message to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IaikLogMsg

public IaikLogMsg(iaik.logging.TransactionId transactionId,
                  String nodeId,
                  Object message)
Create a IaikLogMsg object.
Parameters:
transactionId - The transaction id of the transaction which generated this log message. May be null.
nodeId - The node id where this message was generated. May be null.
message - The actual message to log. May be null.
Method Detail

toString

public String toString()
Convert this log message to a String.
Overrides:
toString in class Object
Returns:
The String representation of this log message.