OSMQ
v2.0.1

osmq.util
Class StateEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byosmq.util.StateEvent
All Implemented Interfaces:
java.io.Serializable

public class StateEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int CLOSE_EVENT
           
static int DISCOVERY_SERV_ACTIVE
           
static int FAIL_EVENT
           
static int HALT_EVENT
           
static int INITIALIZATION_EVENT
           
static int PAUSE_EVENT
           
static int PULSE_SERV_ACTIVE
           
static int RECOVERY_SERV_ATTACHED
           
static int RECOVERY_SERV_DETACHED
           
static int SIZE_CHANGE_EVENT
           
static int SIZE_DECREASE_EVENT
           
static int SIZE_INCREASE_EVENT
           
static int STATE_EVENT
           
static int SUCCESS_EVENT
           
static int TASK_COMPLETED
           
static int TIME_EVENT
           
static int UNPAUSE_EVENT
           
 
Constructor Summary
StateEvent(java.lang.Object source, int i)
           
 
Method Summary
 int getID()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIME_EVENT

public static final int TIME_EVENT
See Also:
Constant Field Values

SUCCESS_EVENT

public static final int SUCCESS_EVENT
See Also:
Constant Field Values

FAIL_EVENT

public static final int FAIL_EVENT
See Also:
Constant Field Values

INITIALIZATION_EVENT

public static final int INITIALIZATION_EVENT
See Also:
Constant Field Values

CLOSE_EVENT

public static final int CLOSE_EVENT
See Also:
Constant Field Values

HALT_EVENT

public static final int HALT_EVENT
See Also:
Constant Field Values

SIZE_CHANGE_EVENT

public static final int SIZE_CHANGE_EVENT
See Also:
Constant Field Values

SIZE_INCREASE_EVENT

public static final int SIZE_INCREASE_EVENT
See Also:
Constant Field Values

SIZE_DECREASE_EVENT

public static final int SIZE_DECREASE_EVENT
See Also:
Constant Field Values

PAUSE_EVENT

public static final int PAUSE_EVENT
See Also:
Constant Field Values

UNPAUSE_EVENT

public static final int UNPAUSE_EVENT
See Also:
Constant Field Values

DISCOVERY_SERV_ACTIVE

public static final int DISCOVERY_SERV_ACTIVE
See Also:
Constant Field Values

PULSE_SERV_ACTIVE

public static final int PULSE_SERV_ACTIVE
See Also:
Constant Field Values

RECOVERY_SERV_ATTACHED

public static final int RECOVERY_SERV_ATTACHED
See Also:
Constant Field Values

RECOVERY_SERV_DETACHED

public static final int RECOVERY_SERV_DETACHED
See Also:
Constant Field Values

TASK_COMPLETED

public static final int TASK_COMPLETED
See Also:
Constant Field Values

STATE_EVENT

public static final int STATE_EVENT
See Also:
Constant Field Values
Constructor Detail

StateEvent

public StateEvent(java.lang.Object source,
                  int i)
Method Detail

getID

public int getID()

(c) 2000 - 2003 MQue Systems
All Rights Reserved