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)
|