Uses of Class
org.jgroups.jmx.JChannel
-
Packages that use JChannel Package Description org.jgroups.jmx -
-
Uses of JChannel in org.jgroups.jmx
Methods in org.jgroups.jmx that return JChannel Modifier and Type Method Description static JChannel
JmxConfigurator. registerChannel(JChannel channel, javax.management.MBeanServer server, java.lang.String name)
Registers an already created channel with the MBeanServer.static JChannel
JmxConfigurator. registerChannel(JChannel channel, javax.management.MBeanServer server, java.lang.String domain, java.lang.String cluster_name, boolean register_protocols)
Registers an already created channel with the MBeanServer.
-