Uses of Class
net.sf.wallace.WallaceSessionState

Packages that use WallaceSessionState
net.sf.wallace   
net.sf.wallace.commands   
 

Uses of WallaceSessionState in net.sf.wallace
 

Methods in net.sf.wallace that return WallaceSessionState
 WallaceSessionState WallaceSession.getState()
           
static WallaceSessionState WallaceSessionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WallaceSessionState[] WallaceSessionState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.wallace with parameters of type WallaceSessionState
 void WallaceSession.setState(WallaceSessionState newState)
           
 

Constructors in net.sf.wallace with parameters of type WallaceSessionState
InvalidStateException(WallaceSession session, WallaceSessionState[] acceptableStates)
           
 

Uses of WallaceSessionState in net.sf.wallace.commands
 

Methods in net.sf.wallace.commands that return WallaceSessionState
protected  WallaceSessionState[] NonAuthCommand.getAcceptableStates()
           
protected  WallaceSessionState[] SelectCommand.getAcceptableStates()
           
protected abstract  WallaceSessionState[] AbstractCommand.getAcceptableStates()
           
protected  WallaceSessionState[] AuthCommand.getAcceptableStates()
           
 



Copyright © 2004-2005 Robert Newson. All Rights Reserved.