Uses of Class
net.sf.ehcache.config.ManagementRESTServiceConfiguration
-
Packages that use ManagementRESTServiceConfiguration Package Description 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.xsdnet.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 Modifier and Type Method Description ManagementRESTServiceConfigurationConfiguration. getManagementRESTService()Gets the ManagementRESTServiceConfigurationMethods in net.sf.ehcache.config with parameters of type ManagementRESTServiceConfiguration Modifier and Type Method Description voidConfiguration. addManagementRESTService(ManagementRESTServiceConfiguration managementRESTServiceConfiguration)Allows BeanHandler to add a ManagementRESTService configuration to the configurationConfigurationConfiguration. 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 Constructor Description ManagementRESTServiceConfigurationElement(ConfigurationElement parent, ManagementRESTServiceConfiguration cfg)Construtor accepting the parent and theManagementRESTServiceConfigurationManagementRESTServiceConfigurationElement(NodeElement element, ManagementRESTServiceConfiguration cfg)Construtor accepting the element and theManagementRESTServiceConfiguration -
Uses of ManagementRESTServiceConfiguration in net.sf.ehcache.management
Methods in net.sf.ehcache.management with parameters of type ManagementRESTServiceConfiguration Modifier and Type Method Description voidManagementServer. initialize(ManagementRESTServiceConfiguration configuration)Initialize method to call just after instantiating the classstatic voidManagementServerLoader. register(CacheManager cacheManager, java.lang.String clientUUID, ManagementRESTServiceConfiguration managementRESTServiceConfiguration)Register a cacheManager to management rest server.
-