management
package instead@Deprecated public 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.cache.xml
declarative caching initialization file used to configure
this cache server VMvoid setCacheXMLFile(String cacheXml)
cache.xml
declarative caching initialization file used to configure this
cache server VM.cacheXml
- the cache.xml
declarative caching initialization file used to
configure this cache server VMString getClassPath()
void setClassPath(String classpath)
classpath
- the location(s) of user classes (such as cache loaders) required by the cache
server VM