Uses of Interface
com.tangosol.net.management.Registry
Packages that use Registry
Package
Description
Contains classes related to the HTTP Session Replication Module.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
-
Uses of Registry in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return RegistryModifier and TypeMethodDescriptionprotected Registry
SessionHelper.getRegistry()
Get the management registry from the CacheFactory -
Uses of Registry in com.tangosol.net
Methods in com.tangosol.net that return RegistryModifier and TypeMethodDescriptionCluster.getManagement()
Returns the current management registry.Coherence.getManagement()
Returns the current management registry.Methods in com.tangosol.net with parameters of type RegistryModifier and TypeMethodDescriptionvoid
Cluster.setManagement
(Registry registry) Sets the current management registry. -
Uses of Registry in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type RegistryModifier and TypeMethodDescriptionstatic void
MBeanHelper.registerQueryMBeans
(String sMBeanServerDomain, String sQuery, String sPrefix, Registry registry) Find all MBeans matching to the specified query at a local MBeanServer and register them with the specified Registry.