Package | Description |
---|---|
net.sf.ehcache.distribution |
This package is for cache replication.
|
Modifier and Type | Field and Description |
---|---|
private RmiEventMessage.RmiEventType |
RmiEventMessage.type
The event component.
|
Modifier and Type | Method and Description |
---|---|
RmiEventMessage.RmiEventType |
RmiEventMessage.getType()
Gets the event.
|
static RmiEventMessage.RmiEventType |
RmiEventMessage.RmiEventType.valueOf(java.lang.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,
java.io.Serializable key,
Element element)
Full constructor.
|