|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.j_spaces.core.client.NotifyModifiers
NotifyActionType
@Deprecated public class NotifyModifiers
The Modifier class provides static
methods and
constants to decode notify types modifiers. The sets of
modifiers are represented as integers with distinct bit positions
representing different modifiers.
Field Summary | |
---|---|
static int |
NOTIFY_ALL
Deprecated. The int value representing the Notify All
modifier. |
static int |
NOTIFY_LEASE_EXPIRATION
Deprecated. The int value representing the Notify Lease Expiration
modifier. |
static int |
NOTIFY_MATCH_BY_ID
Deprecated. The int value required matching to be done only by UID if provided (not in POJO)
modifier. |
static int |
NOTIFY_NONE
Deprecated. The int value representing the Notify None
modifier. |
static int |
NOTIFY_TAKE
Deprecated. The int value representing the Notify Take
modifier. |
static int |
NOTIFY_UNMATCHED
Deprecated. The int value representing the Notify unmatched
modifier. |
static int |
NOTIFY_UPDATE
Deprecated. The int value representing the Notify Update
modifier. |
static int |
NOTIFY_WRITE
Deprecated. The int value representing the Notify Write
modifier. |
Constructor Summary | |
---|---|
NotifyModifiers()
Deprecated. |
Method Summary | |
---|---|
static boolean |
isLeaseExpiration(int mod)
Deprecated. Return true if the integer argument includes the lease expiration modifier, false otherwise. |
static boolean |
isMatchByID(int mod)
Deprecated. |
static boolean |
isOverride(int mod)
Deprecated. Return true if the integer argument includes the override modifier, false otherwise. |
static boolean |
isTake(int mod)
Deprecated. Return true if the integer argument includes the take modifier, false otherwise. |
static boolean |
isUpdate(int mod)
Deprecated. Return true if the integer argument includes the update modifier, false otherwise. |
static boolean |
isWrite(int mod)
Deprecated. Return true if the integer argument includes the write modifier, false otherwise. |
static String |
toString(int mod)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NOTIFY_NONE
int
value representing the Notify None
modifier.
public static final int NOTIFY_WRITE
int
value representing the Notify Write
modifier.
public static final int NOTIFY_UPDATE
int
value representing the Notify Update
modifier.
public static final int NOTIFY_TAKE
int
value representing the Notify Take
modifier.
public static final int NOTIFY_LEASE_EXPIRATION
int
value representing the Notify Lease Expiration
modifier.
public static final int NOTIFY_ALL
int
value representing the Notify All
modifier.
public static final int NOTIFY_MATCH_BY_ID
int
value required matching to be done only by UID if provided (not in POJO)
modifier.
public static final int NOTIFY_UNMATCHED
int
value representing the Notify unmatched
modifier.
Constructor Detail |
---|
public NotifyModifiers()
Method Detail |
---|
public static boolean isWrite(int mod)
mod
- a set of modifiers
mod
includes the
public modifier; false otherwise.public static boolean isUpdate(int mod)
mod
- a set of modifiers
mod
includes the
update modifier; false otherwise.public static boolean isOverride(int mod)
mod
- a set of modifiers
mod
includes the
update modifier; false otherwise.public static boolean isTake(int mod)
mod
- a set of modifiers
mod
includes the
take modifier; false otherwise.public static boolean isLeaseExpiration(int mod)
mod
- a set of modifiers
mod
includes the
lease expiration modifier; false otherwise.public static boolean isMatchByID(int mod)
mod
- a set of modifiers
mod
includes the
MATCH_BY_UID modifier; false otherwise.public static String toString(int mod)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |