Uses of Class
org.jgroups.JChannel

Packages that use JChannel
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.debug Provides debug support, including testing, profiling, and a graphical view of a protocol stack. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.jmx   
org.jgroups.mux   
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of JChannel in org.jgroups.blocks
 

Constructors in org.jgroups.blocks with parameters of type JChannel
DistributedQueue(JChannel channel)
           
ReplicatedHashtable(JChannel channel, long state_timeout)
           
ReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout)
           
ReplicatedTree(JChannel channel)
          Expects an already connected channel.
 

Uses of JChannel in org.jgroups.debug
 

Methods in org.jgroups.debug with parameters of type JChannel
 void Debugger.setChannel(JChannel channel)
           
 

Constructors in org.jgroups.debug with parameters of type JChannel
Debugger(JChannel channel)
           
Debugger(JChannel channel, boolean cummulative)
           
Debugger(JChannel channel, boolean cummulative, java.lang.String name)
           
Debugger(JChannel channel, java.lang.String name)
           
 

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 that return JChannel
 JChannel JChannel.getChannel()
           
 JChannel JChannelMBean.getChannel()
           
 

Methods in org.jgroups.jmx with parameters of type JChannel
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.
static void JmxConfigurator.registerProtocols(javax.management.MBeanServer server, JChannel channel, java.lang.String prefix)
          Takes all protocols of an existing stack, creates corresponding MBean proxies and registers them with the MBean server
static void JmxConfigurator.unregisterProtocols(javax.management.MBeanServer server, JChannel channel, java.lang.String channel_name)
           
 

Constructors in org.jgroups.jmx with parameters of type JChannel
JChannel(JChannel channel)
           
 

Uses of JChannel in org.jgroups.mux
 

Subclasses of JChannel in org.jgroups.mux
 class MuxChannel
          Multiplexer channel.
 

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

Constructors in org.jgroups.mux with parameters of type JChannel
Multiplexer(JChannel channel)
           
MuxChannel(JChannelFactory f, JChannel ch, java.lang.String id, java.lang.String stack_name, Multiplexer mux)
           
 

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)
           
 



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.