Interface CacheServerConfig

    • Method Detail

      • getCacheXMLFile

        java.lang.String getCacheXMLFile()
        Deprecated.
        Returns the cache.xml declarative caching initialization file used to configure this cache server VM. By default, a cache server VM is started without an XML file.
        Specified by:
        getCacheXMLFile in interface CacheVmConfig
        Returns:
        the cache.xml declarative caching initialization file used to configure this cache server VM
      • setCacheXMLFile

        void setCacheXMLFile​(java.lang.String cacheXml)
        Deprecated.
        Sets the cache.xml declarative caching initialization file used to configure this cache server VM.
        Specified by:
        setCacheXMLFile in interface CacheVmConfig
        Parameters:
        cacheXml - the cache.xml declarative caching initialization file used to configure this cache server VM
      • getClassPath

        java.lang.String getClassPath()
        Deprecated.
        Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.
        Specified by:
        getClassPath in interface CacheVmConfig
        Returns:
        the location(s) of user classes (such as cache loaders) required by the cache server VM
      • setClassPath

        void setClassPath​(java.lang.String classpath)
        Deprecated.
        Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.
        Specified by:
        setClassPath in interface CacheVmConfig
        Parameters:
        classpath - the location(s) of user classes (such as cache loaders) required by the cache server VM