com.ibm.ws.javaee.dd.webext
Interface ServletCacheConfig


public interface ServletCacheConfig

Represents <servlet-cache-config>.


Method Summary
 java.util.List<java.lang.String> getExternalCacheGroupNames()
           
 IdGenerationProperties getIdGenerationProperties()
           
 java.lang.String getIdGenerator()
           
 java.lang.String getMetadataGenerator()
           
 int getPriority()
           
 java.lang.String getPropertiesGroupName()
           
 java.util.List<java.lang.String> getServletNames()
           
 int getTimeout()
           
 boolean isInvalidateOnly()
           
 boolean isSetInvalidateOnly()
           
 boolean isSetPriority()
           
 boolean isSetTimeout()
           
 

Method Detail

getPropertiesGroupName

java.lang.String getPropertiesGroupName()

getServletNames

java.util.List<java.lang.String> getServletNames()

isSetTimeout

boolean isSetTimeout()

getTimeout

int getTimeout()

isSetPriority

boolean isSetPriority()

getPriority

int getPriority()

isSetInvalidateOnly

boolean isSetInvalidateOnly()

isInvalidateOnly

boolean isInvalidateOnly()

getExternalCacheGroupNames

java.util.List<java.lang.String> getExternalCacheGroupNames()

getIdGenerator

java.lang.String getIdGenerator()

getMetadataGenerator

java.lang.String getMetadataGenerator()

getIdGenerationProperties

IdGenerationProperties getIdGenerationProperties()