Package | Description |
---|---|
net.sf.ehcache.distribution |
This package is for cache replication.
|
Modifier and Type | Method and Description |
---|---|
RmiEventMessage.RmiEventType |
RmiEventMessage.getType()
Gets the event.
|
static RmiEventMessage.RmiEventType |
RmiEventMessage.RmiEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RmiEventMessage.RmiEventType[] |
RmiEventMessage.RmiEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RmiEventMessage(Ehcache cache,
RmiEventMessage.RmiEventType type,
Serializable key,
Element element)
Full constructor.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.