com.lyrisoft.chat.server.remote.command
Class Shutdown

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.command.CommandBase
        |
        +--com.lyrisoft.chat.server.remote.command.Shutdown
All Implemented Interfaces:
ICommandProcessorRemote, ICommands

public class Shutdown
extends CommandBase
implements ICommands


Fields inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
_access, _help, _usage
 
Fields inherited from interface com.lyrisoft.chat.ICommands
ACCESS_DENIED, ACK_KILL, ALREADY_SIGNED_ON, DELIMITER, EMOTE_TO_ROOM, EMOTE_TO_USER, ERROR, GET_ROOMS, GET_USERS_IN_ROOM, GET_USERS_ON_SERVER, HELP, HYPERLINK, IGNORE, INVALID_CHARACTER, INVITE, JOIN_ROOM, JOIN_ROOM_ACK, KICK, KILL, NO_INVITE, NO_SUCH_USER, OP, PART_ROOM, PART_ROOM_ACK, PING, PONG, REMOTE_CLIENT_MESSAGE, ROOM_ACCESS_DENIED, ROOM_DIFF, ROOM_MSG, ROOM_USER_DIFF, SAY_TO_ROOM, SAY_TO_USER, SHUTDOWN, SIGNOFF, SIGNON, SIGNON_ACK, STATS, UNIGNORE, UNINVITE, USER_DIFF, VERSION, WHOIS
 
Constructor Summary
Shutdown()
           
 
Method Summary
 boolean process(ChatClient client, java.lang.String[] args)
           
 void processDistributed(java.lang.String client, java.lang.String origin, java.lang.String[] args, ChatServer server)
           
 
Methods inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
accessRequired, getHelp, getUsage, setAccessRequired, setHelp, setUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown

public Shutdown()
Method Detail

process

public boolean process(ChatClient client,
                       java.lang.String[] args)
Following copied from interface: com.lyrisoft.chat.server.remote.command.ICommandProcessorRemote
Returns:
true if this message should be distributed to other clients

processDistributed

public void processDistributed(java.lang.String client,
                               java.lang.String origin,
                               java.lang.String[] args,
                               ChatServer server)


Copyright © 2000-2002 Taso Lyristis