|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.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 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 |
|---|
public static final java.lang.String RUNNING
public static final java.lang.String STOPPING
public static final java.lang.String STARTUP
public static final java.lang.String DUPLICATE_NAME
| Constructor Detail |
|---|
public DiscoveryState()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||