public class FilterOperationCodes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AFTER_ALL_NOTIFY_TRIGGER
After all notify trigger operation, indicates that all notify templates that are matched to
the current entry event were triggered and returned or failed.
|
static int |
AFTER_CHANGE
After change operation.
|
static int |
AFTER_EXECUTE
After execute operation.
|
static int |
AFTER_NOTIFY_TRIGGER
After notify trigger operation, indicates that a notify trigger was successful.
|
static int |
AFTER_READ
After read operation.
|
static int |
AFTER_READ_MULTIPLE
After readMultiple operation.
|
static int |
AFTER_REMOVE
Called after entry remove due to lease expression or lease cancel.
|
static int |
AFTER_TAKE
After take operation.
|
static int |
AFTER_TAKE_MULTIPLE
After takeMultiple operation.
|
static int |
AFTER_UPDATE
After update operation.
|
static int |
AFTER_WRITE
After write operation.
|
static int |
BEFORE_ALL_NOTIFY_TRIGGER
Before all notify trigger operation, indicates that at least one notify template is matched
to the current entry event.
|
static int |
BEFORE_AUTHENTICATION
Before authentication operation on a secured space.
|
static int |
BEFORE_CHANGE
Before change operation.
|
static int |
BEFORE_CLEAN_SPACE
Before clean operation.
|
static int |
BEFORE_EXECUTE
Before execute operation.
|
static int |
BEFORE_GETADMIN
Before getAdmin operation.
|
static int |
BEFORE_NOTIFY
Before notify register operation.
|
static int |
BEFORE_NOTIFY_TRIGGER
Before notify trigger operation, indicates that a matched notify template was found to the
current entry event.
|
static int |
BEFORE_READ
Before read operation.
|
static int |
BEFORE_READ_MULTIPLE
Before readMultiple operation.
|
static int |
BEFORE_REMOVE
Called before entry remove due to lease expression or lease cancel.
|
static int |
BEFORE_TAKE
Before take operation.
|
static int |
BEFORE_TAKE_MULTIPLE
Before takeMultiple operation.
|
static int |
BEFORE_UPDATE
Before update operation.
|
static int |
BEFORE_WRITE
Before write operation.
|
static int |
MAX_FILTER_OPERATION_CODES |
static int |
ON_INIT
Deprecated.
this operation code is deprecated. There is no need for ON_INIT , since when
filter's init() is called the space is already initialized
|
static int |
SET_SECURITY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
getCount()
Return the number of all filter operation codes.
|
static int |
getMaxValue()
Return the max value of the operation codes.
|
static String |
operationCodeToString(Integer code)
Return a string representation of operation code.
|
public static final int BEFORE_WRITE
public static final int AFTER_WRITE
public static final int BEFORE_READ
public static final int BEFORE_TAKE
public static final int BEFORE_NOTIFY
public static final int BEFORE_GETADMIN
@Deprecated public static final int SET_SECURITY
BEFORE_AUTHENTICATION
public static final int BEFORE_AUTHENTICATION
public static final int BEFORE_CLEAN_SPACE
public static final int BEFORE_UPDATE
public static final int AFTER_UPDATE
public static final int BEFORE_READ_MULTIPLE
public static final int AFTER_READ_MULTIPLE
public static final int BEFORE_TAKE_MULTIPLE
public static final int AFTER_TAKE_MULTIPLE
public static final int BEFORE_NOTIFY_TRIGGER
public static final int AFTER_NOTIFY_TRIGGER
public static final int BEFORE_ALL_NOTIFY_TRIGGER
public static final int AFTER_ALL_NOTIFY_TRIGGER
public static final int BEFORE_EXECUTE
public static final int AFTER_EXECUTE
public static final int AFTER_READ
public static final int AFTER_TAKE
public static final int BEFORE_CHANGE
public static final int AFTER_CHANGE
@Deprecated public static final int ON_INIT
public static final int BEFORE_REMOVE
Lease.cancel()
,
Constant Field Valuespublic static final int AFTER_REMOVE
Lease.cancel()
,
Constant Field Valuespublic static final int MAX_FILTER_OPERATION_CODES
public static String operationCodeToString(Integer code)
public static int getCount()
public static int getMaxValue()
Copyright © GigaSpaces.