Package | Description |
---|---|
org.jboss.cache.notifications | |
org.jboss.cache.notifications.event |
Modifier and Type | Method and Description |
---|---|
void |
NotifierImpl.notifyNodeModified(Fqn fqn,
boolean pre,
NodeModifiedEvent.ModificationType modificationType,
Map data,
InvocationContext ctx) |
void |
Notifier.notifyNodeModified(Fqn fqn,
boolean pre,
NodeModifiedEvent.ModificationType modificationType,
Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodeModified event.
|
Modifier and Type | Method and Description |
---|---|
NodeModifiedEvent.ModificationType |
NodeModifiedEvent.getModificationType() |
NodeModifiedEvent.ModificationType |
EventImpl.getModificationType() |
static NodeModifiedEvent.ModificationType |
NodeModifiedEvent.ModificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeModifiedEvent.ModificationType[] |
NodeModifiedEvent.ModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventImpl.setModificationType(NodeModifiedEvent.ModificationType modificationType) |
Constructor and Description |
---|
EventImpl(boolean pre,
Cache cache,
NodeModifiedEvent.ModificationType modificationType,
Map data,
Fqn fqn,
Transaction transaction,
boolean originLocal,
Fqn targetFqn,
boolean successful,
org.jgroups.View newView,
Event.Type type) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.