IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.cache
Class ConfigEntry.Property

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

public class ConfigEntry.Property
extends java.lang.Object

Property is defined optionally on a cacheable object. It provides a description of the configured servlet, portlet or Web services. It maps to a property definition for a cache-entry in the cachespec.xml.


Constructor Summary
ConfigEntry.Property(com.ibm.ws.cache.config.Property prop)
           
 
Method Summary
 java.lang.String[] getExcludeList()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEntry.Property

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

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

getExcludeList

public java.lang.String[] getExcludeList()

IBM WebSphere Application ServerTM
Release 7