|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.common.channels.Atom
An atom
EPG - Rewrite - 25Apr03
Field Summary | |
static int |
DEBUG
|
static int |
FLASH
|
static int |
FLOOD
|
static int |
IMMEDIATE
|
int |
numeric
Numeric |
static int |
P_ALL
|
static int |
P_NONE
|
static int |
P_TOP
|
static int |
P1
|
static int |
P2
|
static int |
P3
|
static int |
P4
|
static int |
P5
|
int |
priority
priority - roughly the same as from java.util.logging.Level. |
static int |
PRIORITY
|
static int |
ROUTINE
|
java.lang.String |
senderID
sender ID - optional |
long |
stamp
time stamp |
java.lang.Object |
thing
thing |
int |
type
Type of atom |
static int |
TYPE_CONTROL
|
static int |
TYPE_EVENT
|
static int |
TYPE_GENERIC
|
static int |
TYPE_INVALID
|
static int |
TYPE_LOG
|
Constructor Summary | |
Atom()
Default constructor. |
|
Atom(int t)
Default constructor. |
|
Atom(int t,
int p,
int n,
java.lang.Object o)
Constructor. |
Method Summary | |
void |
stampit()
Slap a timestamp on it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int type
public static final int TYPE_INVALID
public static final int TYPE_GENERIC
public static final int TYPE_EVENT
public static final int TYPE_LOG
public static final int TYPE_CONTROL
public long stamp
public java.lang.String senderID
public java.lang.Object thing
public int priority
public static final int P_NONE
public static final int FLASH
public static final int P1
public static final int IMMEDIATE
public static final int P2
public static final int PRIORITY
public static final int P3
public static final int ROUTINE
public static final int P4
public static final int DEBUG
public static final int P5
public static final int FLOOD
public static final int P_ALL
public static final int P_TOP
public int numeric
Constructor Detail |
public Atom()
public Atom(int t)
t
- the typepublic Atom(int t, int p, int n, java.lang.Object o)
t
- the typep
- the priorityn
- the numerico
- the objectMethod Detail |
public void stampit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |