| |
|
| java.lang.Object org.objectweb.jonas.discovery.DiscoveryState
DiscoveryState | public class DiscoveryState (Code) | | This is a helper class that define the possible state attribute values
in a DiscoveryEvent class instance.
author: Adriana Danes |
DUPLICATE_NAME | final public static String DUPLICATE_NAME(Code) | | |
RUNNING | final public static String RUNNING(Code) | | Used when the DiscovetyEvent is emitted to notify a server start-up
|
STOPPING | final public static String STOPPING(Code) | | Used when the DiscovetyEvent is emitted to notify a server shut-down
|
|
|
|