Uses of Interface
net.sf.wallace.Command

Packages that use Command
net.sf.wallace   
net.sf.wallace.commands   
net.sf.wallace.messages   
 

Uses of Command in net.sf.wallace
 

Methods in net.sf.wallace that return Command
 Command ClientMessage.getCommand()
          Return a command object capable of processing this message.
 

Uses of Command in net.sf.wallace.commands
 

Classes in net.sf.wallace.commands that implement Command
 class AbstractCommand
          A useful base class to aid enforcement of state restrictions.
 class AuthCommand
          A command that is only valid in the authenticated or selected state.
 class NonAuthCommand
          A command that is only valid in the non-authenticated state.
 class SelectCommand
          A command that is only valid in the selected state.
 

Uses of Command in net.sf.wallace.messages
 

Methods in net.sf.wallace.messages that return Command
 Command UnsubscribeMessage.getCommand()
           
 Command UidMessage.getCommand()
           
 Command SubscribeMessage.getCommand()
           
 Command StoreMessage.getCommand()
           
 Command StatusMessage.getCommand()
           
 Command StartTlsMessage.getCommand()
           
 Command SearchMessage.getCommand()
           
 Command RenameMessage.getCommand()
           
 Command NoopMessage.getCommand()
           
 Command LsubMessage.getCommand()
           
 Command LogoutMessage.getCommand()
           
 Command SelectMessage.getCommand()
           
 Command LoginMessage.getCommand()
           
 Command ListMessage.getCommand()
           
 Command FetchMessage.getCommand()
           
 Command ExpungeMessage.getCommand()
           
 Command ExamineMessage.getCommand()
           
 Command DeleteMessage.getCommand()
           
 Command CreateMessage.getCommand()
           
 Command CopyMessage.getCommand()
           
 Command CloseMessage.getCommand()
           
 Command CheckMessage.getCommand()
           
 Command CapabilityMessage.getCommand()
           
 Command AuthenticateMessage.getCommand()
           
 Command AppendMessage.getCommand()
           
 



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