org.ehcache.management
Interface ManagementRegistryService

All Superinterfaces:
org.terracotta.management.registry.CapabilityManagementSupport, org.terracotta.management.registry.ManagementRegistry, Service
All Known Implementing Classes:
DefaultManagementRegistryService

public interface ManagementRegistryService
extends org.terracotta.management.registry.ManagementRegistry, Service

Repository of objects exposing capabilities via the management and monitoring facilities.

A ManagementRegistry manages one and only one cache manager. If you need to manage or monitor several cache managers at a time, you can use the SharedManagementService and register it into several cache managers.


Method Summary
 ManagementRegistryServiceConfiguration getConfiguration()
           
 
Methods inherited from interface org.terracotta.management.registry.ManagementRegistry
addManagementProvider, getCapabilities, getContextContainer, register, removeManagementProvider, unregister
 
Methods inherited from interface org.terracotta.management.registry.CapabilityManagementSupport
getManagementProvidersByCapability, withCapability
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

getConfiguration

ManagementRegistryServiceConfiguration getConfiguration()
Returns:
This registry configuration