net.sf.ehcache.management.resource
Class CacheManagerEntity

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

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

A VersionedEntity representing a cache manager 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
CacheManagerEntity()
           
 
Method Summary
 String getAgentId()
           
 Map<String,Object> getAttributes()
           
 String getName()
           
 void setAgentId(String agentId)
           
 void setName(String name)
           
 
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

CacheManagerEntity

public CacheManagerEntity()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - to set

getAgentId

public String getAgentId()
Returns:
the agentId

setAgentId

public void setAgentId(String agentId)
Parameters:
agentId - to set

getAttributes

public Map<String,Object> getAttributes()
Returns:
the cache manager's attributes


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