Package org.jboss.cache.pojo.notification.annotation

Annotation Types Summary
ArrayModified Indicates that the marked method should be called when an Array is modified.
Attached Indicates that the marked method should be called when an object is attached to the POJO Cache instance.
Detached Indicates that the marked method should be called when an object is detached from the POJO Cache instance.
FieldModified Indicates that the marked method should be called when a field on an attached object is modified.
ListModified Indicates that the marked method should be called when an attached list is modified.
MapModified Indicates that the marked method should be called when an attached map is modified.
PojoCacheListener Indicates that a class should receive POJO notification events.
SetModified Indicates that the marked method should be called when an attached set is modified.
TransactionCompleted Indicates that the marked method should be called when a transaction has completed.
TransactionRegistered Indicates that the marked method should be called when a transaction has registered.