|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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. |
| 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,
java.util.Map data)
Constructs a new modification with data map. |
|
Modification(Modification.ModificationType type,
Fqn fqn,
java.lang.Object key)
Constructs a new modification with key. |
|
Modification(Modification.ModificationType type,
Fqn fqn,
java.lang.Object key,
java.lang.Object value)
Constructs a new modification with details. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||