Package fr.dyade.aaa.agent
Class AgentServer.Status
- java.lang.Object
-
- fr.dyade.aaa.agent.AgentServer.Status
-
- Enclosing class:
- AgentServer
public static class AgentServer.Status extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static String[]infostatic intINITIALIZEDstatic intINITIALIZINGstatic intINSTALLEDstatic intRESETINGstatic intSTARTEDstatic intSTARTINGstatic intSTOPPEDstatic intSTOPPINGstatic intUPDATING(package private) intvalue
-
Constructor Summary
Constructors Constructor Description Status()
-
-
-
Field Detail
-
INSTALLED
public static final int INSTALLED
- See Also:
- Constant Field Values
-
INITIALIZING
public static final int INITIALIZING
- See Also:
- Constant Field Values
-
INITIALIZED
public static final int INITIALIZED
- See Also:
- Constant Field Values
-
STARTING
public static final int STARTING
- See Also:
- Constant Field Values
-
STARTED
public static final int STARTED
- See Also:
- Constant Field Values
-
STOPPING
public static final int STOPPING
- See Also:
- Constant Field Values
-
STOPPED
public static final int STOPPED
- See Also:
- Constant Field Values
-
RESETING
public static final int RESETING
- See Also:
- Constant Field Values
-
UPDATING
public static final int UPDATING
- See Also:
- Constant Field Values
-
value
int value
-
info
static final String[] info
-
-