org.ehcache.management.providers
Class EhcacheStatisticCollectorProvider

java.lang.Object
  extended by org.terracotta.management.registry.AbstractManagementProvider<T>
      extended by org.terracotta.management.registry.action.AbstractActionManagementProvider<T>
          extended by org.terracotta.management.registry.collect.StatisticCollectorProvider<org.terracotta.management.registry.collect.StatisticCollector>
              extended by org.ehcache.management.providers.EhcacheStatisticCollectorProvider
All Implemented Interfaces:
org.terracotta.management.registry.ManagementProvider<org.terracotta.management.registry.collect.StatisticCollector>

public class EhcacheStatisticCollectorProvider
extends org.terracotta.management.registry.collect.StatisticCollectorProvider<org.terracotta.management.registry.collect.StatisticCollector>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.terracotta.management.registry.collect.StatisticCollectorProvider
org.terracotta.management.registry.collect.StatisticCollectorProvider.ExposedStatisticCollector<T extends org.terracotta.management.registry.collect.StatisticCollector>
 
Field Summary
 
Fields inherited from class org.terracotta.management.registry.AbstractManagementProvider
managedObjects
 
Constructor Summary
EhcacheStatisticCollectorProvider(org.terracotta.management.context.Context context)
           
 
Method Summary
 
Methods inherited from class org.terracotta.management.registry.collect.StatisticCollectorProvider
wrap
 
Methods inherited from class org.terracotta.management.registry.action.AbstractActionManagementProvider
callAction, getCapability, getDescriptors
 
Methods inherited from class org.terracotta.management.registry.AbstractManagementProvider
buildCapabilityContext, buildCapabilityName, callAction, close, collectStatistics, dispose, findExposedObject, getCapabilityContext, getCapabilityName, getManagedType, register, supports, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheStatisticCollectorProvider

public EhcacheStatisticCollectorProvider(org.terracotta.management.context.Context context)