Uses of Interface
com.tangosol.coherence.management.RestManagement.MBeanServerProxyFactory
Packages that use RestManagement.MBeanServerProxyFactory
Package
Description
This package contains classes used to server the Coherence management over REST API
endpoints as a JAX-RS resource.
-
Uses of RestManagement.MBeanServerProxyFactory in com.tangosol.coherence.management
Fields in com.tangosol.coherence.management declared as RestManagement.MBeanServerProxyFactoryModifier and TypeFieldDescriptionstatic final RestManagement.MBeanServerProxyFactoryRestManagement.MBeanServerProxyFactory.DEFAULTThe defaultRestManagement.MBeanServerProxyFactory.Methods in com.tangosol.coherence.management with parameters of type RestManagement.MBeanServerProxyFactoryModifier and TypeMethodDescriptionstatic voidRestManagement.configure(org.glassfish.jersey.server.ResourceConfig resourceConfig, RestManagement.MBeanServerProxyFactory factory) Initialize theResourceConfigto provide the management over REST endpoints.