|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventMessage.EventType | |
---|---|
net.sf.ehcache.distribution | This package is for cache replication. |
Uses of EventMessage.EventType in net.sf.ehcache.distribution |
---|
Methods in net.sf.ehcache.distribution that return EventMessage.EventType | |
---|---|
EventMessage.EventType |
EventMessage.getType()
Gets the event. |
static EventMessage.EventType |
EventMessage.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventMessage.EventType[] |
EventMessage.EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sf.ehcache.distribution with parameters of type EventMessage.EventType | |
---|---|
EventMessage(Ehcache cache,
EventMessage.EventType type,
Serializable key,
Element element)
Full constructor. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |