net.sf.ehcache.management.resource
Class CacheConfigEntity

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

public class CacheConfigEntity
extends org.terracotta.management.resource.VersionedEntity

A VersionedEntity representing a cache configuration resource from the management API.

Author:
brandony
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.terracotta.management.resource.Representable
EMBEDDED_AGENT_ID
 
Constructor Summary
CacheConfigEntity()
           
 
Method Summary
 String getAgentId()
           
 String getCacheManagerName()
           
 String getCacheName()
           
 String getXml()
           
 void setAgentId(String agentId)
           
 void setCacheManagerName(String cacheManagerName)
           
 void setCacheName(String cacheName)
           
 void setXml(String xml)
           
 
Methods inherited from class org.terracotta.management.resource.VersionedEntity
getVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheConfigEntity

public CacheConfigEntity()
Method Detail

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)

getAgentId

public String getAgentId()

setAgentId

public void setAgentId(String agentId)


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