com.bankframe.fe.statemachine.ext.apploaders.sax
Class SMContentHandler.InitializeProcessUserStateCommand

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.apploaders.sax.SMContentHandler.InitializeProcessUserStateCommand
All Implemented Interfaces:
IStateCommand
Enclosing class:
SMContentHandler

public static class SMContentHandler.InitializeProcessUserStateCommand
extends java.lang.Object
implements IStateCommand


Constructor Summary
SMContentHandler.InitializeProcessUserStateCommand(java.util.Map processMap)
           
 
Method Summary
 java.lang.Object executeAfter(IState state)
          This method will be called by the given state, and may perform any operation on that state.
 java.lang.Object executeBefore(IState s)
          This method will be called by the given state, and may perform any operation on that state.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMContentHandler.InitializeProcessUserStateCommand

public SMContentHandler.InitializeProcessUserStateCommand(java.util.Map processMap)
Method Detail

executeAfter

public java.lang.Object executeAfter(IState state)
                              throws StateMachineException
Description copied from interface: IStateCommand
This method will be called by the given state, and may perform any operation on that state.

Specified by:
executeAfter in interface IStateCommand
Parameters:
state - the calling state.
Returns:
an object that may be used by the executeStateCommand method.
Throws:
StateMachineException
See Also:
IStateCommand.executeAfter(IState)

executeBefore

public java.lang.Object executeBefore(IState s)
                               throws StateMachineException
Description copied from interface: IStateCommand
This method will be called by the given state, and may perform any operation on that state.

Specified by:
executeBefore in interface IStateCommand
Parameters:
s - the calling state.
Returns:
an object that may be used by the executeStateCommand method.
Throws:
StateMachineException
See Also:
IStateCommand.executeBefore(IState)


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