IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.cache
Class ConfigEntry.Component

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

public class ConfigEntry.Component
extends java.lang.Object

Component is a subelement to generate a portion of the cache ID. It consists of the attribute ID, type and ignore-vlaue and the elements index, method, field, required, value, and not-value. It maps to a component definition for a cache-entry in the cachespec.xml.


Constructor Summary
ConfigEntry.Component(com.ibm.ws.cache.config.Component c)
           
 
Method Summary
 java.lang.String getField()
           
 java.lang.String getId()
           
 boolean getIgnoreValue()
           
 int getIndex()
           
 java.lang.String getMethod()
           
 boolean getMultipleIds()
           
 java.util.ArrayList getNotValueRanges()
           
 java.util.ArrayList getNotValues()
           
 boolean getRequired()
           
 java.lang.String getType()
           
 java.util.ArrayList getValueRanges()
           
 java.util.ArrayList getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEntry.Component

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

getId

public java.lang.String getId()

getType

public java.lang.String getType()

getIgnoreValue

public boolean getIgnoreValue()

getMethod

public java.lang.String getMethod()

getField

public java.lang.String getField()

getRequired

public boolean getRequired()

getIndex

public int getIndex()

getMultipleIds

public boolean getMultipleIds()

getValues

public java.util.ArrayList getValues()

getNotValues

public java.util.ArrayList getNotValues()

getValueRanges

public java.util.ArrayList getValueRanges()

getNotValueRanges

public java.util.ArrayList getNotValueRanges()

IBM WebSphere Application ServerTM
Release 8