ehcache

Uses of Class
net.sf.ehcache.config.ManagementRESTServiceConfiguration

Packages that use ManagementRESTServiceConfiguration
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd 
net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache. 
 

Uses of ManagementRESTServiceConfiguration in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return ManagementRESTServiceConfiguration
 ManagementRESTServiceConfiguration Configuration.getManagementRESTService()
          Gets the ManagementRESTServiceConfiguration
 

Methods in net.sf.ehcache.config with parameters of type ManagementRESTServiceConfiguration
 void Configuration.addManagementRESTService(ManagementRESTServiceConfiguration managementRESTServiceConfiguration)
          Allows BeanHandler to add a ManagementRESTService configuration to the configuration
 Configuration Configuration.managementRESTService(ManagementRESTServiceConfiguration cfg)
          Builder method to REST management capabilities to the cache manager through a dedicated configuration, this can only be used once.
 

Uses of ManagementRESTServiceConfiguration in net.sf.ehcache.config.generator.model.elements
 

Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type ManagementRESTServiceConfiguration
ManagementRESTServiceConfigurationElement(ConfigurationElement parent, ManagementRESTServiceConfiguration cfg)
          Construtor accepting the parent and the ManagementRESTServiceConfiguration
ManagementRESTServiceConfigurationElement(NodeElement element, ManagementRESTServiceConfiguration cfg)
          Construtor accepting the element and the ManagementRESTServiceConfiguration
 

Uses of ManagementRESTServiceConfiguration in net.sf.ehcache.management
 

Methods in net.sf.ehcache.management with parameters of type ManagementRESTServiceConfiguration
 void ManagementServer.initialize(ManagementRESTServiceConfiguration configuration)
          Initialize method to call just after instantiating the class
static void ManagementServerLoader.register(CacheManager cacheManager, String clientUUID, ManagementRESTServiceConfiguration managementRESTServiceConfiguration)
          Register a cacheManager to management rest server.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.