com.ibm.ws.javaee.dd.webext

Interface ServletCacheConfig


  1. public interface ServletCacheConfig
Represents <servlet-cache-config>.

Method Summary

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

Method Detail

getPropertiesGroupName

  1. java.lang.String getPropertiesGroupName( )

getServletNames

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

isSetTimeout

  1. boolean isSetTimeout()

getTimeout

  1. int getTimeout()

isSetPriority

  1. boolean isSetPriority()

getPriority

  1. int getPriority()

isSetInvalidateOnly

  1. boolean isSetInvalidateOnly()

isInvalidateOnly

  1. boolean isInvalidateOnly()

getExternalCacheGroupNames

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

getIdGenerator

  1. java.lang.String getIdGenerator( )

getMetadataGenerator

  1. java.lang.String getMetadataGenerator( )

getIdGenerationProperties

  1. IdGenerationProperties getIdGenerationProperties( )