|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NotifyType
Controls which type of notifications will be sent.
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. |
public abstract boolean write
public abstract boolean take
public abstract boolean update
public abstract boolean leaseExpire
public abstract boolean unmatched
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |