Package com.priint.pubserver.appserver
Enum Class PubServerLifeCycleModule.PubServerLifeCyclePhase
java.lang.Object
java.lang.Enum<PubServerLifeCycleModule.PubServerLifeCyclePhase>
com.priint.pubserver.appserver.PubServerLifeCycleModule.PubServerLifeCyclePhase
- All Implemented Interfaces:
Serializable,Comparable<PubServerLifeCycleModule.PubServerLifeCyclePhase>,Constable
- Enclosing class:
- PubServerLifeCycleModule
public static enum PubServerLifeCycleModule.PubServerLifeCyclePhase
extends Enum<PubServerLifeCycleModule.PubServerLifeCyclePhase>
PubServer life-cycle phases
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionServer initializationSpecial status set when mandatory plugins are missingServer readyServer shutdownServer startupServer termination -
Method Summary
-
Enum Constant Details
-
INIT
Server initialization -
STARTUP
Server startup -
READY
Server ready -
SHUTDOWN
Server shutdown -
TERMINATION
Server termination -
MANDATORY_PLUGIN_MISSING
Special status set when mandatory plugins are missing
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<PubServerLifeCycleModule.PubServerLifeCyclePhase>
-