GigaSpaces XAP 10.0.1 API

org.openspaces.events.notify
Annotation Type NotifyType


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NotifyType

Controls which type of notifications will be sent.

Author:
kimchy

Optional Element Summary
 boolean leaseExpire
          Should this listener be notified when lease expiration occurs and it matches the given template.
 boolean matchedUpdate
          Should this listener be notified when entries that weren't match to a provided template become match after an update occurs.
 boolean rematchedUpdate
          Should this listener be notified when entries that were already match to a provided template stays match after an update occurs.
 boolean take
          Should this listener be notified when take occurs and it matches the given template.
 boolean unmatched
          Should this listener be notified when entries that no longer match the provided template be notified.
 boolean update
          Should this listener be notified when update occurs and it matches the given template.
 boolean write
          Should this listener be notified when write occurs and it matches the given template.
 

write

public abstract boolean write
Should this listener be notified when write occurs and it matches the given template.

Default:
false

take

public abstract boolean take
Should this listener be notified when take occurs and it matches the given template.

Default:
false

update

public abstract boolean update
Should this listener be notified when update occurs and it matches the given template.

Default:
false

leaseExpire

public abstract boolean leaseExpire
Should this listener be notified when lease expiration occurs and it matches the given template.

Default:
false

unmatched

public abstract boolean unmatched
Should this listener be notified when entries that no longer match the provided template be notified.

Default:
false

matchedUpdate

public abstract boolean matchedUpdate
Should this listener be notified when entries that weren't match to a provided template become match after an update occurs.

Since:
9.1
Default:
false

rematchedUpdate

public abstract boolean rematchedUpdate
Should this listener be notified when entries that were already match to a provided template stays match after an update occurs.

Since:
9.1
Default:
false

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.