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

Packages that use IStateVisit
com.bankframe.fe.statemachine.base.sessionmanagers   
com.bankframe.fe.statemachine.ext.sessionmanagers   
com.bankframe.fe.statemachine.ext.sessionmanagers.servlet   
 

Uses of IStateVisit in com.bankframe.fe.statemachine.base.sessionmanagers
 

Methods in com.bankframe.fe.statemachine.base.sessionmanagers that return IStateVisit
 IStateVisit UserSession.getHistoryStar(IState state)
          Returns the most recent state visit which contains a child of the given state.
 IStateVisit UserSession.getHistory(IState state)
          Returns the most recent state visit which contains an immediate child of the given state.
 IStateVisit UserSession.getMostRecentVisit()
          Returns the most recently added StateVisit.
 IStateVisit IUserSession.getHistory(IState state)
          Returns the most recent state visit which contains an immediate child of the given state.
 IStateVisit IUserSession.getHistoryStar(IState state)
          Returns the most recent state visit which contains a child of the given state.
 IStateVisit IUserSession.getMostRecentVisit()
          Returns the most recently added StateVisit.
 

Uses of IStateVisit in com.bankframe.fe.statemachine.ext.sessionmanagers
 

Classes in com.bankframe.fe.statemachine.ext.sessionmanagers that implement IStateVisit
 class StateVisit
           
 

Uses of IStateVisit in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet that return IStateVisit
 IStateVisit UserSession.getHistoryStar(IState state)
          Returns the most recent state visit which contains a child of the given state.
 IStateVisit UserSession.getHistory(IState state)
          Returns the most recent state visit which contains an immediate child of the given state.
 



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