|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.discovery.DiscoveryState
public class DiscoveryState
This is a helper class that define the possible state attribute values in a DiscoveryEvent class instance.
| 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 |
|---|
public static final String RUNNING
public static final String STOPPING
public static final String STARTUP
public static final String DUPLICATE_NAME
| Constructor Detail |
|---|
public DiscoveryState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||