Uses of Class
org.jboss.cache.Modification.ModificationType

Packages that use Modification.ModificationType
org.jboss.cache   
 

Uses of Modification.ModificationType in org.jboss.cache
 

Methods in org.jboss.cache that return Modification.ModificationType
 Modification.ModificationType Modification.getType()
          Returns the type of modification.
static Modification.ModificationType Modification.ModificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Modification.ModificationType[] Modification.ModificationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache with parameters of type Modification.ModificationType
 void Modification.setType(Modification.ModificationType type)
          Sets the type of modification.
 

Constructors in org.jboss.cache with parameters of type Modification.ModificationType
Modification(Modification.ModificationType type, Fqn fqn)
          Constructs a new modification with fqn only.
Modification(Modification.ModificationType type, Fqn fqn1, Fqn fqn2)
          Constructs a new modification with fqn only.
Modification(Modification.ModificationType type, Fqn fqn, Map data)
          Constructs a new modification with data map.
Modification(Modification.ModificationType type, Fqn fqn, Object key)
          Constructs a new modification with key.
Modification(Modification.ModificationType type, Fqn fqn, Object key, Object value)
          Constructs a new modification with details.
 



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