|
|||||||||||
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.CommandResponseAtom
A command response Atom. It carries a response to a command. * @author Erich P. Gatejen
EPG - Initial - 17Sep03
Field Summary | |
int |
id
Unique ID |
Receipt |
rr
Receipt (optional) |
static int |
UNKNOWN_RESPONSE
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 | |
CommandResponseAtom()
Default constructor. |
|
CommandResponseAtom(int n,
java.lang.String text,
int p,
int sourceCommandID,
Receipt r)
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_RESPONSE
public int id
public Receipt rr
Constructor Detail |
public CommandResponseAtom()
public CommandResponseAtom(int n, java.lang.String text, int p, int sourceCommandID, Receipt r)
n
- the command numerictext
- text of the responsep
- the prioritysourceCommandID
- unique id of source commandr
- receipt for command. May be null if none was issued.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |