com.lyrisoft.chat.server.remote.command
Class Stats
java.lang.Object
|
+--com.lyrisoft.chat.server.remote.command.CommandBase
|
+--com.lyrisoft.chat.server.remote.command.Stats
- All Implemented Interfaces:
- ICommandProcessorRemote
- public class Stats
- extends CommandBase
Constructor Summary |
Stats()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVA_VERSION
public static final java.lang.String JAVA_VERSION
JAVA_VENDOR
public static final java.lang.String JAVA_VENDOR
OS_NAME
public static final java.lang.String OS_NAME
Stats
public Stats()
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