public interface INotifyDelegatorFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when notify template unregistered or space was shutdown.
|
void |
init(IJSpace space,
Object notifyTemplate)
Called inside of server on Notify Filter init.
|
boolean |
process(EntryArrivedRemoteEvent theEvent)
Notify the filter about an event.
|
void init(IJSpace space, Object notifyTemplate)
space - The space proxy which this filter belongs to, which may be used to
access the space. The reference to IJSpace proxy must be
transient inside the filter object.notifyTemplate - The notify template which this filter belong to.boolean process(EntryArrivedRemoteEvent theEvent)
theEvent - The event that occurred.true this event will be dispatched to the registered
MulticastNotifyDelegator.void close()
Copyright © GigaSpaces.