Uses of Class
org.infinispan.container.entries.ImmortalCacheValue

Packages that use ImmortalCacheValue
org.infinispan.container.entries Entries which are stored in data containers. 
 

Uses of ImmortalCacheValue in org.infinispan.container.entries
 

Subclasses of ImmortalCacheValue in org.infinispan.container.entries
 class MortalCacheValue
          A mortal cache value, to correspond with MortalCacheEntry
 class TransientCacheValue
          A transient cache value, to correspond with TransientCacheEntry
 class TransientMortalCacheValue
          A transient, mortal cache value to correspond with TransientMortalCacheEntry
 

Methods in org.infinispan.container.entries that return ImmortalCacheValue
 ImmortalCacheValue ImmortalCacheValue.clone()
           
 ImmortalCacheValue ImmortalCacheValue.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.container.entries that return types with arguments of type ImmortalCacheValue
 Set<Class<? extends ImmortalCacheValue>> ImmortalCacheValue.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.container.entries with parameters of type ImmortalCacheValue
 void ImmortalCacheValue.Externalizer.writeObject(ObjectOutput output, ImmortalCacheValue icv)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.