org.ow2.jonas.discovery
Class DiscoveryState

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

public class DiscoveryState
extends Object

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

Author:
Adriana Danes

Field Summary
static String DUPLICATE_NAME
          Another JOnAS instance started with a name already bound in the domain.
static String RUNNING
          Used when the DiscovetyEvent is emitted to notify a server start-up.
static String STARTUP
          Used when the DiscovetyEvent is emitted to notify a server start-up
static 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 String RUNNING
Used when the DiscovetyEvent is emitted to notify a server start-up.

See Also:
Constant Field Values

STOPPING

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

See Also:
Constant Field Values

STARTUP

public static final String STARTUP
Used when the DiscovetyEvent is emitted to notify a server start-up

See Also:
Constant Field Values

DUPLICATE_NAME

public static final String DUPLICATE_NAME
Another JOnAS instance started with a name already bound in the domain.

See Also:
Constant Field Values
Constructor Detail

DiscoveryState

public DiscoveryState()


Copyright © 2010 OW2 Consortium. All Rights Reserved.