GigaSpaces XAP 9.1 API

com.j_spaces.core.client
Interface INotifyDelegatorFilter

All Superinterfaces:
Serializable

public interface INotifyDelegatorFilter
extends Serializable

This interface represents notify filter logic.

Version:
4.5
Author:
Igor Goldenberg

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

init

void init(IJSpace space,
          Object notifyTemplate)
Called inside of server on Notify Filter init.

Parameters:
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.

process

boolean process(EntryArrivedRemoteEvent theEvent)
Notify the filter about an event.

Parameters:
theEvent - The event that occurred.
Returns:
If true this event will be dispatched to the registered MulticastNotifyDelegator.

close

void close()
Called when notify template unregistered or space was shutdown.


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.