|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RoutingFlag>
org.jboss.errai.bus.client.api.RoutingFlag
public enum RoutingFlag
Enumeration of flags that can be used when sending messages, to specify how they should be sent
Enum Constant Summary | |
---|---|
ClusterWait
|
|
Committed
|
|
Conversational
|
|
DeliverLocalOnly
|
|
FromPeer
|
|
FromRemote
|
|
HasModelAdapter
|
|
NonGlobalRouting
This message should not be globally routed |
|
PriorityProcessing
This message has priority and should be processed by the bus before other messages, if other messages are queued |
|
RetryDelivery
|
Method Summary | |
---|---|
abstract int |
flag()
Returns the integer representing the flag |
static RoutingFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RoutingFlag[] |
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 RoutingFlag NonGlobalRouting
public static final RoutingFlag PriorityProcessing
public static final RoutingFlag Conversational
public static final RoutingFlag FromRemote
public static final RoutingFlag Committed
public static final RoutingFlag HasModelAdapter
public static final RoutingFlag RetryDelivery
public static final RoutingFlag ClusterWait
public static final RoutingFlag FromPeer
public static final RoutingFlag DeliverLocalOnly
Method Detail |
---|
public static RoutingFlag[] values()
for (RoutingFlag c : RoutingFlag.values()) System.out.println(c);
public static RoutingFlag 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 nullpublic abstract int flag()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |