net.sf.ehcache.management.resource
Class CacheManagerConfigEntityV2

java.lang.Object
  extended by org.terracotta.management.resource.AbstractEntityV2
      extended by net.sf.ehcache.management.resource.CacheManagerConfigEntityV2
All Implemented Interfaces:
Serializable, org.terracotta.management.resource.Representable

public class CacheManagerConfigEntityV2
extends org.terracotta.management.resource.AbstractEntityV2

Author:
brandony
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.terracotta.management.resource.AbstractEntityV2
VERSION_V2
 
Fields inherited from interface org.terracotta.management.resource.Representable
EMBEDDED_AGENT_ID
 
Constructor Summary
CacheManagerConfigEntityV2()
           
 
Method Summary
 String getCacheManagerName()
           
 String getXml()
           
 void setCacheManagerName(String cacheManagerName)
           
 void setXml(String xml)
           
 
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
 

Constructor Detail

CacheManagerConfigEntityV2

public CacheManagerConfigEntityV2()
Method Detail

getCacheManagerName

public String getCacheManagerName()

setCacheManagerName

public void setCacheManagerName(String cacheManagerName)

getXml

public String getXml()

setXml

public void setXml(String xml)


Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.