GigaSpaces XAP 9.0 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 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

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.