|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RADService.State>
radtools.services.RADService.State
public static enum RADService.State
An enumeration of the valid states which a RADService can be
in. The various states also have icons associated with
them, for display in the RADTools window. These are both
the states of the service can be in and the states it can be
set to.
TODO: Javadoc review, Seal/Finalize
| Enum Constant Summary | |
|---|---|
Failed
The service has failed, permanently or transiently. |
|
Paused
The service is paused or suspended, or should be suspended. |
|
Restarting
The service is currently restarting, or should restarted. |
|
Running
The service is running properly or should be started. |
|
Stopped
The service is not running, or should be shut down. |
|
Uninstalled
The service has not been installed on the
or should be uninstalled. |
|
Unknown
The state of the service is unknown. |
|
| Field Summary | |
|---|---|
Icon |
icon
The icon which represents this state. |
| Method Summary | |
|---|---|
Icon |
icon()
|
JPopupMenu |
popupMenu()
|
static RADService.State |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RADService.State[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RADService.State Uninstalled
RADService.dependency().Node.parent()
or should be uninstalled.
public static final RADService.State Stopped
public static final RADService.State Running
public static final RADService.State Restarting
public static final RADService.State Paused
public static final RADService.State Unknown
RADService.management().Node.parent()
is not Running.
public static final RADService.State Failed
| Field Detail |
|---|
public final Icon icon
| Method Detail |
|---|
public static final RADService.State[] values()
for(RADService.State c : RADService.State.values())
System.out.println(c);
public static RADService.State valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic Icon icon()
icon in interface rcf.core.util.accessor.GUIAccessiblepublic JPopupMenu popupMenu()
popupMenu in interface rcf.core.util.accessor.GUIAccessible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||