com.neeve.daemon.controller
Class DmnControllerEvents

java.lang.Object
  extended by com.neeve.daemon.controller.DmnControllerEvents

public final class DmnControllerEvents
extends Object

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

COMMON_BEGIN

public static final short COMMON_BEGIN
Event type block allocations start here

See Also:
Constant Field Values

COMMON_MAX_COUNT

public static final short COMMON_MAX_COUNT
See Also:
Constant Field Values

RTR_BEGIN

public static final short RTR_BEGIN
See Also:
Constant Field Values

RTR_MAX_COUNT

public static final short RTR_MAX_COUNT
See Also:
Constant Field Values

SVC_BEGIN

public static final short SVC_BEGIN
See Also:
Constant Field Values

SVC_MAX_COUNT

public static final short SVC_MAX_COUNT
See Also:
Constant Field Values

EVENT_INIT_START

public static final int EVENT_INIT_START
Indicates that the initialization process has begun.

This event is dispatched by the daemon controller when the initialization phase of the startup process has begun.

See Also:
Constant Field Values
Threading:
This event will always be dispatched by the thread that is starting the daemon.

EVENT_INIT_END

public static final int EVENT_INIT_END
Indicates that the initialization process has ended.

This event is dispatched by the daemon controller upon completion of the initialization phase of the startup process.

See Also:
Constant Field Values
Threading:
This event will always be dispatched by a reader thread of the client is bound to the service client.
Constructor Detail

DmnControllerEvents

public DmnControllerEvents()


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.