org.jgroups.jmx
public class JmxConfigurator extends Object
Version: $Id: JmxConfigurator.java,v 1.5 2005/08/17 07:32:31 belaban Exp $
Method Summary | |
---|---|
protected static Protocol | findProtocol(Protocol prot) |
static JChannel | registerChannel(JChannel channel, MBeanServer server, String name, boolean register_protocols)
Registers an already created channel with the MBeanServer. |
static void | registerProtocols(MBeanServer server, JChannel channel, String channel_name)
Takes all protocols of an existing stack, creates corresponding MBean proxies and registers them with
the MBean server |
static void | unregisterChannel(MBeanServer server, ObjectName name) |
static void | unregisterProtocols(MBeanServer server, JChannel channel, String channel_name) |
Parameters: channel server name Has to be a JMX ObjectName, e.g. DefaultDomain:type=MyChannel register_protocols
Returns: org.jgroups.jmx.JChannel for the specified org.jgroups.JChannel
Parameters: channel channel_name