Uses of Class
org.jgroups.JChannel
-
Packages that use JChannel Package Description 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.blocks
Constructors in org.jgroups.blocks with parameters of type JChannel Constructor Description DistributedQueue(JChannel channel)ReplicatedHashtable(JChannel channel, long state_timeout)Deprecated.ReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout)Deprecated.ReplicatedTree(JChannel channel)Expects an already connected channel. -
Uses of JChannel in org.jgroups.demos
Methods in org.jgroups.demos that return JChannel Modifier and Type Method Description JChannelTotalTokenDemo. getChannel() -
Uses of JChannel in org.jgroups.jmx
Methods in org.jgroups.jmx that return JChannel Modifier and Type Method Description JChannelJChannel. getChannel()JChannelJChannelMBean. getChannel()Methods in org.jgroups.jmx with parameters of type JChannel Modifier and Type Method Description static JChannelJmxConfigurator. registerChannel(JChannel channel, javax.management.MBeanServer server, java.lang.String name)Registers an already created channel with the MBeanServer.static JChannelJmxConfigurator. 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 voidJmxConfigurator. 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 serverstatic voidJmxConfigurator. unregisterProtocols(javax.management.MBeanServer server, JChannel channel, java.lang.String channel_name)Constructors in org.jgroups.jmx with parameters of type JChannel Constructor Description JChannel(JChannel channel) -
Uses of JChannel in org.jgroups.mux
Subclasses of JChannel in org.jgroups.mux Modifier and Type Class Description classMuxChannelMultiplexer channel is a lightweight version of a regular channel where multiple MuxChannel(s) share the same underlying regular channel.Methods in org.jgroups.mux that return JChannel Modifier and Type Method Description JChannelMuxChannel. getChannel()This should never be used (just for testing) !Constructors in org.jgroups.mux with parameters of type JChannel Constructor Description Multiplexer(JChannel channel) -
Uses of JChannel in org.jgroups.stack
Constructors in org.jgroups.stack with parameters of type JChannel Constructor Description 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 Modifier and Type Method Description static booleanUtil. isCoordinator(JChannel ch)
-