org.objectweb.jonas.discovery
Class DiscoveryState

java.lang.Object
  extended by org.objectweb.jonas.discovery.DiscoveryState

public class DiscoveryState
extends java.lang.Object

This is a helper class that define the possible state attribute values in a DiscoveryEvent class instance.

Author:
Adriana Danes

Field Summary
static java.lang.String DUPLICATE_NAME
           
static java.lang.String RUNNING
          Used when the DiscovetyEvent is emitted to notify a server start-up
static java.lang.String STARTUP
           
static java.lang.String STOPPING
          Used when the DiscovetyEvent is emitted to notify a server shut-down
 
Constructor Summary
DiscoveryState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUNNING

public static final java.lang.String RUNNING
Used when the DiscovetyEvent is emitted to notify a server start-up

See Also:
Constant Field Values

STOPPING

public static final java.lang.String STOPPING
Used when the DiscovetyEvent is emitted to notify a server shut-down

See Also:
Constant Field Values

STARTUP

public static final java.lang.String STARTUP
See Also:
Constant Field Values

DUPLICATE_NAME

public static final java.lang.String DUPLICATE_NAME
See Also:
Constant Field Values
Constructor Detail

DiscoveryState

public DiscoveryState()