|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INotifyDelegatorFilter
This interface represents notify filter logic.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||