Uses of Class
org.jboss.cache.notifications.event.NodeModifiedEvent.ModificationType

Packages that use NodeModifiedEvent.ModificationType
org.jboss.cache.notifications   
org.jboss.cache.notifications.event   
 

Uses of NodeModifiedEvent.ModificationType in org.jboss.cache.notifications
 

Methods in org.jboss.cache.notifications with parameters of type NodeModifiedEvent.ModificationType
 void Notifier.notifyNodeModified(Fqn fqn, boolean pre, NodeModifiedEvent.ModificationType modificationType, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodeModified event.
 void NotifierImpl.notifyNodeModified(Fqn fqn, boolean pre, NodeModifiedEvent.ModificationType modificationType, Map data, InvocationContext ctx)
           
 

Uses of NodeModifiedEvent.ModificationType in org.jboss.cache.notifications.event
 

Methods in org.jboss.cache.notifications.event that return NodeModifiedEvent.ModificationType
 NodeModifiedEvent.ModificationType EventImpl.getModificationType()
           
 NodeModifiedEvent.ModificationType NodeModifiedEvent.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're declared.
 

Methods in org.jboss.cache.notifications.event with parameters of type NodeModifiedEvent.ModificationType
 void EventImpl.setModificationType(NodeModifiedEvent.ModificationType modificationType)
           
 

Constructors in org.jboss.cache.notifications.event with parameters of type NodeModifiedEvent.ModificationType
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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.