net.sf.wallace.commands
Class NonAuthCommand

java.lang.Object
  extended by net.sf.wallace.commands.AbstractCommand
      extended by net.sf.wallace.commands.NonAuthCommand
All Implemented Interfaces:
Command

public abstract class NonAuthCommand
extends AbstractCommand

A command that is only valid in the non-authenticated state.

Author:
rnewson

Constructor Summary
NonAuthCommand()
           
 
Method Summary
protected  WallaceSessionState[] getAcceptableStates()
           
 
Methods inherited from class net.sf.wallace.commands.AbstractCommand
execute, onExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonAuthCommand

public NonAuthCommand()
Method Detail

getAcceptableStates

protected final WallaceSessionState[] getAcceptableStates()
Specified by:
getAcceptableStates in class AbstractCommand


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