IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.cache
Class ConfigEntry.DependencyId

java.lang.Object
  extended by com.ibm.wsspi.cache.ConfigEntry.DependencyId
Enclosing class:
ConfigEntry

public class ConfigEntry.DependencyId
extends java.lang.Object

The DependencyId object specifies additional cache identifiers that associate multiple cache entries to the same group identifier. The value of the dependency-id element is generated by concatenating the dependency ID base string with the values that are returned by its component elements. If a required component returns a null value, the entire dependency does not generate and is not used. Validate the dependency IDs explicitly through the dynamic cache API, or use the invalidation element. Multiple dependency ID rules can exist in one cache-entry element. All dependency rules run separately. It maps to a dependency-id definition for a cache-entry in the cachespec.xml.


Constructor Summary
ConfigEntry.DependencyId(com.ibm.ws.cache.config.DependencyId di)
           
 
Method Summary
 java.lang.String getBaseName()
           
 ConfigEntry.Component[] getComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEntry.DependencyId

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

getBaseName

public java.lang.String getBaseName()

getComponents

public ConfigEntry.Component[] getComponents()

IBM WebSphere Application ServerTM
Release 8