org.ehcache.management.registry
Class DefaultManagementRegistry

java.lang.Object
  extended by org.ehcache.management.registry.AbstractManagementRegistry
      extended by org.ehcache.management.registry.DefaultManagementRegistry
All Implemented Interfaces:
ManagementRegistry, Service

public class DefaultManagementRegistry
extends AbstractManagementRegistry


Field Summary
static EhcacheStatisticsProviderConfiguration DEFAULT_EHCACHE_STATISTICS_PROVIDER_CONFIGURATION
           
 
Constructor Summary
DefaultManagementRegistry()
           
DefaultManagementRegistry(DefaultManagementRegistryConfiguration defaultManagementRegistryConfiguration)
           
 
Method Summary
 void start(ServiceProvider serviceProvider)
          Start this service using the provided configuration and ServiceProvider.
 void stop()
          Stops this service.
 
Methods inherited from class org.ehcache.management.registry.AbstractManagementRegistry
addSupportFor, callAction, capabilities, collectStatistics, contexts, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EHCACHE_STATISTICS_PROVIDER_CONFIGURATION

public static final EhcacheStatisticsProviderConfiguration DEFAULT_EHCACHE_STATISTICS_PROVIDER_CONFIGURATION
Constructor Detail

DefaultManagementRegistry

public DefaultManagementRegistry()

DefaultManagementRegistry

public DefaultManagementRegistry(DefaultManagementRegistryConfiguration defaultManagementRegistryConfiguration)
Method Detail

start

public void start(ServiceProvider serviceProvider)
Description copied from interface: Service
Start this service using the provided configuration and ServiceProvider.

The goal of the service provider is to allow a service to use other services.

Specified by:
start in interface Service
Overrides:
start in class AbstractManagementRegistry
Parameters:
serviceProvider - the service provider.

stop

public void stop()
Description copied from interface: Service
Stops this service.

Specified by:
stop in interface Service
Overrides:
stop in class AbstractManagementRegistry