Uses of Interface
com.tangosol.net.management.Registry
Packages that use Registry
Package
Description
Classes to allow submission of tasks to the grid for execution.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
-
Uses of Registry in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type RegistryModifier and TypeMethodDescriptionprotected static StringClusteredRegistration.getExecutorServiceMBeanName(Registry registry, String sName) Get the MBean name for thenamedexecutor. -
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 TypeMethodDescriptionvoidCluster.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 voidMBeanHelper.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.