Uses of Interface
org.jboss.cache.pojo.notification.NotificationContext

Packages that use NotificationContext
org.jboss.cache.pojo.notification.event   
 

Uses of NotificationContext in org.jboss.cache.pojo.notification.event
 

Methods in org.jboss.cache.pojo.notification.event that return NotificationContext
 NotificationContext Event.getContext()
          Obtain the context associated with this notification.
 

Constructors in org.jboss.cache.pojo.notification.event with parameters of type NotificationContext
ArrayModifiedEvent(NotificationContext context, java.lang.Object source, int index, java.lang.Object value, boolean local)
           
AttachedEvent(NotificationContext context, java.lang.Object source, boolean local)
           
DetachedEvent(NotificationContext context, java.lang.Object source, boolean local)
           
Event(NotificationContext context, java.lang.Object source, boolean local)
           
FieldModifiedEvent(NotificationContext context, java.lang.Object source, java.lang.reflect.Field field, java.lang.Object value, boolean local)
           
ListModifiedEvent(NotificationContext context, java.util.List source, ListModifiedEvent.Operation operation, int index, java.lang.Object value, boolean local)
           
MapModifiedEvent(NotificationContext context, java.util.Map source, MapModifiedEvent.Operation operation, java.lang.Object key, java.lang.Object value, boolean local)
           
SetModifiedEvent(NotificationContext context, java.util.Set source, SetModifiedEvent.Operation operation, java.lang.Object value, boolean local)
           
TransactionCompletedEvent(NotificationContext context, boolean successful, boolean local)
           
TransactionRegisteredEvent(NotificationContext context, boolean local)