Class CachePropertiesResource

  • All Implemented Interfaces:
    com.saperion.common.config.resources.PropertiesResource

    public class CachePropertiesResource
    extends java.lang.Object
    implements com.saperion.common.config.resources.PropertiesResource
    A JNDI resource for a cache configuration.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachePropertiesResource

        public CachePropertiesResource​(java.lang.String cacheName)
        Parameters:
        cacheName - unique name of the cache
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface com.saperion.common.config.resources.PropertiesResource