|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WatcherInfo.Event>
org.glassfish.cafe.api.presence.WatcherInfo.Event
public static enum WatcherInfo.Event
| Enum Constant Summary | |
|---|---|
APPROVED
Identifier for the event approved. |
|
DEACTIVATED
Identifier for the event deactivated. |
|
GIVEUP
Identifier for the event giveup. |
|
PROBATION
Identifier for the event probation |
|
REJECTED
Identifier for the event rejected |
|
SUBSCRIBED
Identifier for the event subscribe. |
|
TIMEPUT
Identifier for the event timeout. |
|
| Method Summary | |
|---|---|
static WatcherInfo.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WatcherInfo.Event[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WatcherInfo.Event SUBSCRIBED
public static final WatcherInfo.Event APPROVED
public static final WatcherInfo.Event DEACTIVATED
public static final WatcherInfo.Event PROBATION
public static final WatcherInfo.Event REJECTED
public static final WatcherInfo.Event TIMEPUT
public static final WatcherInfo.Event GIVEUP
| Method Detail |
|---|
public static WatcherInfo.Event[] values()
for (WatcherInfo.Event c : WatcherInfo.Event.values()) System.out.println(c);
public static WatcherInfo.Event valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||