|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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,
java.util.Map source,
MapModifiedEvent.Operation operation,
java.lang.Object key,
java.lang.Object value,
boolean local)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||