Package | Description |
---|---|
org.jboss.cache |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Modification.setType(Modification.ModificationType type)
Sets the type of modification.
|
Constructor and Description |
---|
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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.