com.bankframe.fe.statemachine.base.sessionmanagers
Interface IStateVisit

All Known Implementing Classes:
StateVisit

public interface IStateVisit


Method Summary
 IResponseData getResponseData()
          Returns the response data recorded against this visit.
 java.lang.String getStateId()
          Returns the ID of the state being visited.
 

Method Detail

getStateId

public java.lang.String getStateId()
Returns the ID of the state being visited.

Returns:
the ID of the state being visited.

getResponseData

public IResponseData getResponseData()
Returns the response data recorded against this visit.

Returns:
response data


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