Uses of Class
org.jgroups.JChannel

Packages that use JChannel
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.jmx   
org.jgroups.mux   
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of JChannel in org.jgroups
 

Methods in org.jgroups with parameters of type JChannel
protected  void JChannel.init(JChannel ch)
           
 

Constructors in org.jgroups with parameters of type JChannel
JChannel(JChannel ch)
          Creates a channel with the same configuration as the channel passed to this constructor.
 

Uses of JChannel in org.jgroups.blocks
 

Constructors in org.jgroups.blocks with parameters of type JChannel
DistributedQueue(JChannel channel)
           
ReplicatedTree(JChannel channel)
          Expects an already connected channel.
 

Uses of JChannel in org.jgroups.demos
 

Methods in org.jgroups.demos that return JChannel
 JChannel TotalTokenDemo.getChannel()
           
 

Uses of JChannel in org.jgroups.jmx
 

Methods in org.jgroups.jmx with parameters of type JChannel
 javax.management.DynamicMBean JmxConfigurator.asDynamicMBean(JChannel ch)
          Deprecated. 
static void JmxConfigurator.registerChannel(JChannel channel, javax.management.MBeanServer server, java.lang.String name)
          Registers an already created channel with the given MBeanServer.
static void 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 given MBeanServer.
static void JmxConfigurator.unregisterChannel(JChannel c, javax.management.MBeanServer server, java.lang.String clusterName)
           
static javax.management.DynamicMBean JmxConfigurator.wrap(JChannel ch)
          Wrap JChannel with DynamicMBean interface.
 

Uses of JChannel in org.jgroups.mux
 

Subclasses of JChannel in org.jgroups.mux
 class MuxChannel
          Deprecated. 
 

Methods in org.jgroups.mux that return JChannel
 JChannel MuxChannel.getChannel()
          Deprecated. This should never be used (just for testing) !
 

Constructors in org.jgroups.mux with parameters of type JChannel
Multiplexer(JChannel channel)
          Deprecated.  
 

Uses of JChannel in org.jgroups.stack
 

Constructors in org.jgroups.stack with parameters of type JChannel
ProtocolStack(JChannel channel, java.lang.String setup_string)
           
 

Uses of JChannel in org.jgroups.util
 

Methods in org.jgroups.util with parameters of type JChannel
static boolean Util.isCoordinator(JChannel ch)
           
static void Util.registerChannel(JChannel channel, java.lang.String name)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.