|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NotifyComType>
org.openspaces.events.notify.NotifyComType
public enum NotifyComType
The communication type used to send notifications.
| Enum Constant Summary | |
|---|---|
MULTICAST
Controls how notification are propagated from the space to the listener. |
|
MULTIPLEX
Controls how notification are propagated from the space to the listener. |
|
UNICAST
Controls how notification are propagated from the space to the listener. |
|
| Method Summary | |
|---|---|
int |
value()
|
static NotifyComType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NotifyComType[] |
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 NotifyComType UNICAST
public static final NotifyComType MULTIPLEX
UNICAST)
in terms of communication protocol but uses a single client side multiplexer which handles
all the dispatching to the different notification listeners.
public static final NotifyComType MULTICAST
| Method Detail |
|---|
public static final NotifyComType[] values()
for(NotifyComType c : NotifyComType.values())
System.out.println(c);
public static NotifyComType 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 int value()
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||