Uses of Class
org.jboss.cache.pojo.notification.event.SetModifiedEvent.Operation

Packages that use SetModifiedEvent.Operation
org.jboss.cache.pojo.notification.event   
 

Uses of SetModifiedEvent.Operation in org.jboss.cache.pojo.notification.event
 

Methods in org.jboss.cache.pojo.notification.event that return SetModifiedEvent.Operation
 SetModifiedEvent.Operation SetModifiedEvent.getOperation()
          Gets the operation of this change.
static SetModifiedEvent.Operation SetModifiedEvent.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SetModifiedEvent.Operation[] SetModifiedEvent.Operation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jboss.cache.pojo.notification.event with parameters of type SetModifiedEvent.Operation
SetModifiedEvent(NotificationContext context, java.util.Set source, SetModifiedEvent.Operation operation, java.lang.Object value, boolean local)