com.ibm.wsspi.cache
Class ConfigEntry

java.lang.Object
  extended by com.ibm.wsspi.cache.ConfigEntry

public class ConfigEntry
extends java.lang.Object

A ConfigEntry is a struct object that holds the cache policies specifying how to cache an entry.


Nested Class Summary
 class ConfigEntry.CacheId
           
 class ConfigEntry.Component
           
 class ConfigEntry.DependencyId
           
 class ConfigEntry.Invalidation
           
 class ConfigEntry.Property
           
 
Constructor Summary
ConfigEntry(com.ibm.ws.cache.config.ConfigEntry ce)
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.HashSet getAllNames()
           
 ConfigEntry.CacheId[] getCacheIds()
           
 java.lang.String getClassName()
           
 ConfigEntry.DependencyId[] getDependencyIds()
           
 ConfigEntry.Invalidation[] getInvalidations()
           
 java.util.ArrayList getProperties()
           
 int getSharingPolicy()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEntry

public ConfigEntry(com.ibm.ws.cache.config.ConfigEntry ce)
Method Detail

getClassName

public java.lang.String getClassName()

getAllNames

public java.util.HashSet getAllNames()

getSharingPolicy

public int getSharingPolicy()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getProperties

public java.util.ArrayList getProperties()

getCacheIds

public ConfigEntry.CacheId[] getCacheIds()

getDependencyIds

public ConfigEntry.DependencyId[] getDependencyIds()

getInvalidations

public ConfigEntry.Invalidation[] getInvalidations()