ehcache

Uses of Class
net.sf.ehcache.distribution.RmiEventMessage.RmiEventType

Packages that use RmiEventMessage.RmiEventType
net.sf.ehcache.distribution This package is for cache replication. 
 

Uses of RmiEventMessage.RmiEventType in net.sf.ehcache.distribution
 

Methods in net.sf.ehcache.distribution that return RmiEventMessage.RmiEventType
 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.
 

Constructors in net.sf.ehcache.distribution with parameters of type RmiEventMessage.RmiEventType
RmiEventMessage(Ehcache cache, RmiEventMessage.RmiEventType type, Serializable key, Element element)
          Full constructor.
 


ehcache

Copyright 2001-2014, Terracotta, Inc.