Package | Description |
---|---|
org.jboss.cache.notifications.event |
Modifier and Type | Method and Description |
---|---|
Event.Type |
Event.getType() |
Event.Type |
EventImpl.getType() |
static Event.Type |
Event.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
Event.Type.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.setType(Event.Type type) |
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.