|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.management.registry.AbstractManagementRegistry
org.ehcache.management.registry.DefaultManagementRegistry
public class DefaultManagementRegistry
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 |
---|
public static final EhcacheStatisticsProviderConfiguration DEFAULT_EHCACHE_STATISTICS_PROVIDER_CONFIGURATION
Constructor Detail |
---|
public DefaultManagementRegistry()
public DefaultManagementRegistry(DefaultManagementRegistryConfiguration defaultManagementRegistryConfiguration)
Method Detail |
---|
public void start(ServiceProvider serviceProvider)
Service
ServiceProvider
.
The goal of the service provider is to allow a service to use other services.
start
in interface Service
start
in class AbstractManagementRegistry
serviceProvider
- the service provider.public void stop()
Service
stop
in interface Service
stop
in class AbstractManagementRegistry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |