|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<NotifyComType> org.openspaces.events.notify.NotifyComType
@Deprecated public enum NotifyComType
Custom Communication type is deprecated since 9.7 - the default is multiplex and there are no benefits for using unicast.
Enum Constant Summary | |
---|---|
MULTICAST
Deprecated. Since 9.0.0 |
|
MULTIPLEX
Deprecated. Controls how notification are propagated from the space to the listener. |
|
UNICAST
Deprecated. Controls how notification are propagated from the space to the listener. |
Method Summary | |
---|---|
int |
value()
Deprecated. |
static NotifyComType |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static NotifyComType[] |
values()
Deprecated. 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 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |