| 
GigaSpaces XAP 9.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
Deprecated. Since 9.0.0  | 
|
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 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 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.
@Deprecated public static final NotifyComType MULTICAST
| Method Detail | 
|---|
public static 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 name
NullPointerException - if the argument is nullpublic int value()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||