|
GigaSpaces XAP 7.0 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
|
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_NONE
|
static NotifyActionType |
NotifyActionType.NOTIFY_TAKE
|
static NotifyActionType |
NotifyActionType.NOTIFY_UNMATCHED
|
static NotifyActionType |
NotifyActionType.NOTIFY_UPDATE
|
static NotifyActionType |
NotifyActionType.NOTIFY_WRITE
|
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 | |
---|---|
net.jini.core.event.EventRegistration |
DataEventSession.addListener(Object template,
net.jini.core.event.RemoteEventListener listener,
long lease,
MarshalledObject handback,
INotifyDelegatorFilter filter,
NotifyActionType actionTypes)
Registers a listener with a space using a POJO template |
net.jini.core.event.EventRegistration |
DataEventSession.addListener(Object template,
net.jini.core.event.RemoteEventListener listener,
long lease,
NotifyActionType actionTypes)
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. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |