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

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

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

Methods in org.jboss.cache.pojo.notification.event that return MapModifiedEvent.Operation
 MapModifiedEvent.Operation MapModifiedEvent.getOperation()
          Gets the operation of this change.
static MapModifiedEvent.Operation MapModifiedEvent.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapModifiedEvent.Operation[] MapModifiedEvent.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 MapModifiedEvent.Operation
MapModifiedEvent(NotificationContext context, Map source, MapModifiedEvent.Operation operation, Object key, Object value, boolean local)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.