management
package insteadpublic interface CacheVmConfig extends ManagedEntityConfig
AdminDistributedSystem.addCacheVm()
Modifier and Type | Method and Description |
---|---|
String |
getCacheXMLFile()
Deprecated.
Returns the
cache.xml declarative caching initialization file used to configure
this cache server VM. |
String |
getClassPath()
Deprecated.
Returns the location(s) of user classes (such as cache loaders) required by the cache server
VM.
|
void |
setCacheXMLFile(String cacheXml)
Deprecated.
Sets the
cache.xml declarative caching initialization file used to configure this
cache server VM. |
void |
setClassPath(String classpath)
Deprecated.
Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.
|
clone, getHost, getProductDirectory, getRemoteCommand, getWorkingDirectory, setHost, setProductDirectory, setRemoteCommand, setWorkingDirectory, validate
String getCacheXMLFile()
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.void setCacheXMLFile(String cacheXml)
cache.xml
declarative caching initialization file used to configure this
cache server VM.String getClassPath()
void setClassPath(String classpath)