net.sf.ehcache.management.resource
Class CacheConfigEntityV2
java.lang.Object
org.terracotta.management.resource.AbstractEntityV2
net.sf.ehcache.management.resource.CacheConfigEntityV2
- All Implemented Interfaces:
- Serializable, org.terracotta.management.resource.Representable
public class CacheConfigEntityV2
- extends org.terracotta.management.resource.AbstractEntityV2
A VersionedEntity representing a cache configuration resource from the management API.
- Author:
- brandony
- See Also:
- Serialized Form
| Fields inherited from class org.terracotta.management.resource.AbstractEntityV2 |
VERSION_V2 |
| Fields inherited from interface org.terracotta.management.resource.Representable |
EMBEDDED_AGENT_ID |
| Methods inherited from class org.terracotta.management.resource.AbstractEntityV2 |
getAgentId, setAgentId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheConfigEntityV2
public CacheConfigEntityV2()
getCacheManagerName
public String getCacheManagerName()
setCacheManagerName
public void setCacheManagerName(String cacheManagerName)
getXml
public String getXml()
setXml
public void setXml(String xml)
getCacheName
public String getCacheName()
setCacheName
public void setCacheName(String cacheName)
Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.