com.ibm.wsspi.cache

Class ConfigEntry.Component

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.ConfigEntry.Component
Enclosing class:
ConfigEntry

  1. public class ConfigEntry.Component
  2. 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

Constructor and Description
ConfigEntry.Component(com.ibm.ws.cache.config.Component c)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getField()
  1. java.lang.String
getId()
  1. boolean
getIgnoreValue()
  1. int
getIndex()
  1. java.lang.String
getMethod()
  1. boolean
getMultipleIds()
  1. java.util.ArrayList
getNotValueRanges()
  1. java.util.ArrayList
getNotValues()
  1. boolean
getRequired()
  1. java.lang.String
getType()
  1. java.util.ArrayList
getValueRanges()
  1. java.util.ArrayList
getValues()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ConfigEntry.Component

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

Method Detail

getId

  1. public java.lang.String getId()

getType

  1. public java.lang.String getType( )

getIgnoreValue

  1. public boolean getIgnoreValue()

getMethod

  1. public java.lang.String getMethod( )

getField

  1. public java.lang.String getField( )

getRequired

  1. public boolean getRequired()

getIndex

  1. public int getIndex()

getMultipleIds

  1. public boolean getMultipleIds()

getValues

  1. public java.util.ArrayList getValues( )

getNotValues

  1. public java.util.ArrayList getNotValues( )

getValueRanges

  1. public java.util.ArrayList getValueRanges( )

getNotValueRanges

  1. public java.util.ArrayList getNotValueRanges( )