@Deprecated public enum NotifyComType extends Enum<NotifyComType>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic int value()
Copyright © GigaSpaces.