|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.daemon.controller.DmnControllerEvents
public final class DmnControllerEvents
Class containing daemon controller event definitions.
This class contains event type and associated structure definitions for events applicable to all daemon controller implementations.
Field Summary | |
---|---|
static short |
COMMON_BEGIN
Event type block allocations start here |
static short |
COMMON_MAX_COUNT
|
static int |
EVENT_INIT_END
Indicates that the initialization process has ended. |
static int |
EVENT_INIT_START
Indicates that the initialization process has begun. |
static short |
RTR_BEGIN
|
static short |
RTR_MAX_COUNT
|
static short |
SVC_BEGIN
|
static short |
SVC_MAX_COUNT
|
Constructor Summary | |
---|---|
DmnControllerEvents()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short COMMON_BEGIN
public static final short COMMON_MAX_COUNT
public static final short RTR_BEGIN
public static final short RTR_MAX_COUNT
public static final short SVC_BEGIN
public static final short SVC_MAX_COUNT
public static final int EVENT_INIT_START
This event is dispatched by the daemon controller when the initialization phase of the startup process has begun.
public static final int EVENT_INIT_END
This event is dispatched by the daemon controller upon completion of the initialization phase of the startup process.
Constructor Detail |
---|
public DmnControllerEvents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |