com.bankframe.fe.statemachine.ext.apploaders.sax
Class SMContentHandler.InitializeProcessUserStateCommand
java.lang.Object
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
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. |
SMContentHandler.InitializeProcessUserStateCommand
public SMContentHandler.InitializeProcessUserStateCommand(Map processMap)
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.