|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.common.channels.Atom
autohit.server.command.CommandAtom
A command Atom. It carries a command. It is based on a channel Atom so it should be transmittable.
The object must be a String if it carries a single, required parameter, or a Vector if it carries multiple, required or optional parameters. See the specific target command for usage.
EPG - Initial - 24Jul03
Field Summary | |
static int |
UNKNOWN_COMMAND
Numeric values |
Fields inherited from class autohit.common.channels.Atom |
DEBUG, FLASH, FLOOD, IMMEDIATE, numeric, P_ALL, P_NONE, P_TOP, P1, P2, P3, P4, P5, priority, PRIORITY, ROUTINE, senderID, stamp, thing, type, TYPE_CONTROL, TYPE_EVENT, TYPE_GENERIC, TYPE_INVALID, TYPE_LOG |
Constructor Summary | |
CommandAtom()
Default constructor. |
|
CommandAtom(Injector response)
Set response injector constructor. |
|
CommandAtom(int n,
java.lang.Object o)
Constructor Sets command numeric and param object. |
|
CommandAtom(int n,
java.lang.Object o,
int p)
Use this constructor, as it is the most convenient |
Methods inherited from class autohit.common.channels.Atom |
stampit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNKNOWN_COMMAND
Constructor Detail |
public CommandAtom()
public CommandAtom(Injector response)
public CommandAtom(int n, java.lang.Object o)
n
- the command numerico
- the objectpublic CommandAtom(int n, java.lang.Object o, int p)
n
- the command numerico
- the objectp
- the priority
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |