|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotifyActionType | |
---|---|
com.gigaspaces.events | Provides GigaSpaces events related interfaces. |
com.j_spaces.core.client | Provides GigaSpaces client interface services |
Uses of NotifyActionType in com.gigaspaces.events |
---|
Fields in com.gigaspaces.events declared as NotifyActionType | |
---|---|
static NotifyActionType |
NotifyActionType.NOTIFY_ALL
Deprecated. since 9.6 - register using specific modifiers instead. |
static NotifyActionType |
NotifyActionType.NOTIFY_LEASE_EXPIRATION
|
static NotifyActionType |
NotifyActionType.NOTIFY_MATCH_BY_ID
if true match is done by UID only when UID is provided. |
static NotifyActionType |
NotifyActionType.NOTIFY_MATCHED_UPDATE
|
static NotifyActionType |
NotifyActionType.NOTIFY_NONE
|
static NotifyActionType |
NotifyActionType.NOTIFY_REMATCHED_UPDATE
|
static NotifyActionType |
NotifyActionType.NOTIFY_TAKE
|
static NotifyActionType |
NotifyActionType.NOTIFY_UNMATCHED
|
static NotifyActionType |
NotifyActionType.NOTIFY_UPDATE
|
static NotifyActionType |
NotifyActionType.NOTIFY_WRITE
|
static NotifyActionType |
NotifyActionType.NOTIFY_WRITE_OR_UPDATE
|
Methods in com.gigaspaces.events that return NotifyActionType | |
---|---|
static NotifyActionType |
NotifyActionType.fromModifier(int modifier)
|
NotifyActionType |
NotifyActionType.or(NotifyActionType type)
|
Methods in com.gigaspaces.events with parameters of type NotifyActionType | |
---|---|
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType actionTypes)
Deprecated. Since 9.7 |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
long lease,
NotifyActionType actionTypes)
Deprecated. Since 9.7 |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes)
Registers a listener with a space using a POJO template |
EventRegistration |
DataEventSession.addListener(Object template,
RemoteEventListener listener,
NotifyActionType actionTypes,
MarshalledObject handback,
INotifyDelegatorFilter filter)
Registers a listener with a space using a POJO template |
NotifyActionType |
NotifyActionType.or(NotifyActionType type)
|
Uses of NotifyActionType in com.j_spaces.core.client |
---|
Methods in com.j_spaces.core.client that return NotifyActionType | |
---|---|
NotifyActionType |
EntryArrivedRemoteEvent.getNotifyActionType()
Returns a notify type of this event. |
Constructors in com.j_spaces.core.client with parameters of type NotifyActionType | |
---|---|
EntryArrivedRemoteEvent(IJSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
com.gigaspaces.internal.transport.IEntryPacket entryPacket,
NotifyActionType notifyType,
boolean fromReplication,
String templateUID,
com.gigaspaces.internal.client.QueryResultTypeInternal resultType)
This constructor is reserved for internal usage only. |
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |