Class ConfigEntry.Component

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

public class ConfigEntry.Component extends 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 Details

    • Component

      public Component(com.ibm.ws.cache.config.Component c)
  • Method Details

    • getId

      public String getId()
    • getType

      public String getType()
    • getIgnoreValue

      public boolean getIgnoreValue()
    • getMethod

      public String getMethod()
    • getField

      public String getField()
    • getRequired

      public boolean getRequired()
    • getIndex

      public int getIndex()
    • getMultipleIds

      public boolean getMultipleIds()
    • getValues

      public ArrayList getValues()
    • getNotValues

      public ArrayList getNotValues()
    • getValueRanges

      public ArrayList getValueRanges()
    • getNotValueRanges

      public ArrayList getNotValueRanges()