ks.protocol
Class OutputCommand
java.lang.Object
ks.common.ArgumentList
ks.common.command.Command
ks.protocol.OutputCommand
- All Implemented Interfaces:
- java.io.Serializable
- public class OutputCommand
- extends Command
Class to represent output to be sent from one client to another via the Server.
This class encapsulates the messages that must be processed only on the client
side, but must be sent through the server to be broadcast to other tables. This
Command will be handled by the TableManager.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
scopeArg
Scope for command. |
Method Summary |
java.lang.String |
getScope()
Get the scope. |
void |
setScope(java.lang.String newScope)
Set the scope. |
Methods inherited from class ks.common.ArgumentList |
addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, addArgMulti, clearArg, clearArg, clearArgMulti, clearArgMulti, getArg, getArg, getArgMulti, getArgMulti, multiArgs, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, removeArgMulti, setArg, setArg, singleArgs |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
scopeArg
public static final java.lang.String scopeArg
- Scope for command.
- See Also:
- Constant Field Values
OutputCommand
public OutputCommand()
- Default Constructor.
getScope
public java.lang.String getScope()
- Get the scope.
setScope
public void setScope(java.lang.String newScope)
- Set the scope.