com.bankframe.fe.statemachine.ext.sessionmanagers
Class StateVisit

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.sessionmanagers.StateVisit
All Implemented Interfaces:
IStateVisit, java.io.Serializable

public class StateVisit
extends java.lang.Object
implements IStateVisit, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StateVisit(IState state, IResponseData responseData)
          Constructor for StateVisit.
 
Method Summary
 IResponseData getResponseData()
          Returns the response data recorded against this visit.
 java.lang.String getStateId()
          Returns the ID of the state being visited.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateVisit

public StateVisit(IState state,
                  IResponseData responseData)
Constructor for StateVisit.

Method Detail

getStateId

public java.lang.String getStateId()
Description copied from interface: IStateVisit
Returns the ID of the state being visited.

Specified by:
getStateId in interface IStateVisit
Returns:
the ID of the state being visited.
See Also:
IStateVisit.getStateId()

getResponseData

public IResponseData getResponseData()
Description copied from interface: IStateVisit
Returns the response data recorded against this visit.

Specified by:
getResponseData in interface IStateVisit
Returns:
response data
See Also:
IStateVisit.getResponseData()


Copyright © 2005, 2007, Oracle. All rights reserved.