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.blocks.atomic   
org.jgroups.blocks.executor   
org.jgroups.blocks.locking   
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.jmx   
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.relay   
org.jgroups.protocols.relay.config   
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
ReplicatedTree(JChannel channel)
          Expects an already connected channel.
 

Uses of JChannel in org.jgroups.blocks.atomic
 

Fields in org.jgroups.blocks.atomic declared as JChannel
protected  JChannel CounterService.ch
           
 

Methods in org.jgroups.blocks.atomic with parameters of type JChannel
 void CounterService.setChannel(JChannel ch)
           
 

Constructors in org.jgroups.blocks.atomic with parameters of type JChannel
CounterService(JChannel ch)
           
 

Uses of JChannel in org.jgroups.blocks.executor
 

Fields in org.jgroups.blocks.executor declared as JChannel
protected  JChannel ExecutionRunner.ch
           
protected  JChannel ExecutionService.ch
           
 

Methods in org.jgroups.blocks.executor with parameters of type JChannel
 void ExecutionRunner.setChannel(JChannel ch)
           
 void ExecutionService.setChannel(JChannel ch)
           
 

Constructors in org.jgroups.blocks.executor with parameters of type JChannel
ExecutionRunner(JChannel channel)
           
ExecutionService.DistributedFuture(JChannel channel, java.util.concurrent.locks.Lock unfinishedLock, java.util.concurrent.locks.Condition condition, java.util.Set<java.util.concurrent.Future<?>> futuresToFinish, java.util.concurrent.Callable<V> callable)
          Creates a FutureTask that will upon running, execute the given Callable.
ExecutionService.DistributedFuture(JChannel channel, java.util.concurrent.locks.Lock unfinishedLock, java.util.concurrent.locks.Condition condition, java.util.Set<java.util.concurrent.Future<?>> futuresToFinish, java.lang.Runnable runnable, V result)
          Creates a FutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
ExecutionService(JChannel ch)
           
 

Uses of JChannel in org.jgroups.blocks.locking
 

Fields in org.jgroups.blocks.locking declared as JChannel
protected  JChannel LockService.ch
           
 

Methods in org.jgroups.blocks.locking with parameters of type JChannel
 void LockService.setChannel(JChannel ch)
           
 

Constructors in org.jgroups.blocks.locking with parameters of type JChannel
LockService(JChannel ch)
           
 

Uses of JChannel in org.jgroups.demos
 

Fields in org.jgroups.demos declared as JChannel
protected  JChannel LockServiceDemo.ch
           
protected  JChannel RelayDemoRpc.ch
           
protected  JChannel ExecutionServiceDemo.ch
           
 

Methods in org.jgroups.demos with parameters of type JChannel
 void ReplicatedHashMapDemo.start(JChannel channel)
           
 

Uses of JChannel in org.jgroups.jmx
 

Methods in org.jgroups.jmx with parameters of type JChannel
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 void JmxConfigurator.unregisterChannel(JChannel c, javax.management.MBeanServer server, java.lang.String domain, java.lang.String clusterName)
           
static javax.management.DynamicMBean JmxConfigurator.wrap(JChannel ch)
          Wrap JChannel with DynamicMBean interface.
 

Uses of JChannel in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as JChannel
protected  JChannel RELAY.bridge
          The bridge between the two local clusters, usually based on a TCP config
 

Uses of JChannel in org.jgroups.protocols.relay
 

Fields in org.jgroups.protocols.relay declared as JChannel
protected  JChannel Relayer.Bridge.channel
           
 

Methods in org.jgroups.protocols.relay that return JChannel
 JChannel Relayer.Route.bridge()
           
 JChannel RELAY2.getBridge(java.lang.String site_name)
          Returns the bridge channel to a given site
 

Methods in org.jgroups.protocols.relay with parameters of type JChannel
 Relayer.Route Relayer.Route.bridge(JChannel new_bridge)
           
protected  void Relayer.Bridge.changeStatusToUp(short id, JChannel bridge, Address site_master)
           
protected  void Relayer.setRoute(short site, JChannel bridge, SiteMaster site_master, RELAY2.RouteStatus status)
           
 

Constructors in org.jgroups.protocols.relay with parameters of type JChannel
Relayer.Bridge(JChannel ch, java.lang.String cluster_name, java.lang.String channel_name, AddressGenerator addr_generator)
           
Relayer.Route(Address site_master, JChannel bridge)
           
Relayer.Route(Address site_master, JChannel bridge, RELAY2.RouteStatus status)
           
 

Uses of JChannel in org.jgroups.protocols.relay.config
 

Methods in org.jgroups.protocols.relay.config that return JChannel
abstract  JChannel RelayConfig.BridgeConfig.createChannel()
           
 JChannel RelayConfig.PropertiesBridgeConfig.createChannel()
           
 JChannel RelayConfig.ProgrammaticBridgeConfig.createChannel()
           
 

Uses of JChannel in org.jgroups.stack
 

Methods in org.jgroups.stack that return JChannel
 JChannel ProtocolStack.getChannel()
           
 

Methods in org.jgroups.stack with parameters of type JChannel
 void ProtocolStack.setChannel(JChannel ch)
           
 

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

Uses of JChannel in org.jgroups.util
 

Methods in org.jgroups.util that return JChannel
static JChannel Util.createChannel(Protocol... prots)
           
 

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-2012 Bela Ban / Red Hat. All Rights Reserved.