com.bankframe.fe.statemachine.base
Class StdErrLogger

java.lang.Object
  extended bycom.bankframe.fe.statemachine.base.StdErrLogger
All Implemented Interfaces:
IStateMachineLogger

public class StdErrLogger
extends java.lang.Object
implements IStateMachineLogger


Constructor Summary
StdErrLogger()
          Creates a new StdErrLogger.
 
Method Summary
 boolean isActive()
           
 void logEventDetails(java.lang.String eventDetails)
          This method will be called once per event to log the details as they arrive.
 void logInternalMessage(java.lang.String internalMessage)
          This method will be called to log debugging messages throughout the processing of an event.
 void setActive(boolean active)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdErrLogger

public StdErrLogger()
Creates a new StdErrLogger.

Method Detail

isActive

public boolean isActive()

logEventDetails

public void logEventDetails(java.lang.String eventDetails)
This method will be called once per event to log the details as they arrive.

Specified by:
logEventDetails in interface IStateMachineLogger

logInternalMessage

public void logInternalMessage(java.lang.String internalMessage)
This method will be called to log debugging messages throughout the processing of an event.

Specified by:
logInternalMessage in interface IStateMachineLogger

setActive

public void setActive(boolean active)


Copyright © 2004 Siebel Systems, Inc. All rights reserved.