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

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

public static class SMContentHandler.InitializeProcessUserStateCommand
extends Object
implements IStateCommand


Constructor Summary
SMContentHandler.InitializeProcessUserStateCommand(Map processMap)
           
 
Method Summary
 Object executeAfter(IState state)
          This method will be called by the given state, and may perform any operation on that state.
 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(Map processMap)
Method Detail

executeAfter

public 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 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 © 2005, 2007, Oracle. All rights reserved.