Uses of Class
org.jgroups.Channel
-
Packages that use Channel Package Description 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 Channel in org.jgroups
Subclasses of Channel in org.jgroups Modifier and Type Class Description classJChannelJChannel is a pure Java implementation of Channel.Methods in org.jgroups that return Channel Modifier and Type Method Description ChannelChannelFactory. createChannel()Create a new channel with the properties defined in the factoryChannelChannelFactory. createChannel(java.lang.Object props)ChannelChannelFactory. createChannel(java.lang.String stack_name)ChannelJChannelFactory. createChannel()Creates aJChannelimplementation of theChannelinterface using the protocol stack configuration information specfied during construction of an instance of this factory.ChannelJChannelFactory. createChannel(java.lang.Object properties)Deprecated.JChannel's conversion to type-specific construction, and the subsequent deprecation of itsJChannel(Object)constructor, necessitate the deprecation of this factory method as well.ChannelJChannelFactory. createChannel(java.lang.String stack_name)ChannelChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id)Creates an implementation of the Channel using a given stack name and registering it under a given identity.ChannelChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id, boolean register_for_state_transfer, java.lang.String substate_id)Creates an implementation of the Channel using a given stack name and registering it under a given identity.ChannelJChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id)ChannelJChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id, boolean register_for_state_transfer, java.lang.String substate_id)Methods in org.jgroups with parameters of type Channel Modifier and Type Method Description voidChannelListener. channelClosed(Channel channel)voidChannelListenerAdapter. channelClosed(Channel channel)voidChannelListener. channelConnected(Channel channel)voidChannelListenerAdapter. channelConnected(Channel channel)voidChannelListener. channelDisconnected(Channel channel)voidChannelListenerAdapter. channelDisconnected(Channel channel)protected voidChannel. notifyChannelClosed(Channel c)protected voidChannel. notifyChannelConnected(Channel c)protected voidChannel. notifyChannelDisconnected(Channel c) -
Uses of Channel in org.jgroups.blocks
Fields in org.jgroups.blocks declared as Channel Modifier and Type Field Description protected ChannelDistributedQueue. channelprotected ChannelDistributedTree. channelprotected ChannelMessageDispatcher. channelMethods in org.jgroups.blocks that return Channel Modifier and Type Method Description ChannelDistributedHashtable. getChannel()Deprecated.ChannelDistributedQueue. getChannel()ChannelDistributedTree. getChannel()Returns the Channel the DistributedTree is connected toChannelMessageDispatcher. getChannel()Offers access to the underlying Channel.ChannelNotificationBus. getChannel()Answers the Channel.ChannelReplicatedHashMap. getChannel()ChannelReplicatedHashtable. getChannel()Deprecated.ChannelReplicatedTree. getChannel()Returns the Channel the DistributedTree is connected toMethods in org.jgroups.blocks with parameters of type Channel Modifier and Type Method Description voidPullPushAdapter. channelClosed(Channel channel)Deprecated.voidRpcDispatcher. channelClosed(Channel channel)voidPullPushAdapter. channelConnected(Channel channel)Deprecated.voidRpcDispatcher. channelConnected(Channel channel)voidPullPushAdapter. channelDisconnected(Channel channel)Deprecated.voidRpcDispatcher. channelDisconnected(Channel channel)voidMessageDispatcher. setChannel(Channel ch)Constructors in org.jgroups.blocks with parameters of type Channel Constructor Description DistributedHashtable(Channel channel, boolean persistent, long state_timeout)Deprecated.DistributedHashtable(Channel channel, long state_timeout)Deprecated.MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2)MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection)MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, boolean deadlock_detection, boolean concurrent_processing)MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler)MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection)MessageDispatcher(Channel channel, MessageListener l, MembershipListener l2, RequestHandler req_handler, boolean deadlock_detection, boolean concurrent_processing)NotificationBus(Channel channel, java.lang.String bus_name)ReplicatedHashMap(Channel channel)ReplicatedHashMap(Channel channel, boolean persistent)RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj)RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj, boolean deadlock_detection)RpcDispatcher(Channel channel, MessageListener l, MembershipListener l2, java.lang.Object server_obj, boolean deadlock_detection, boolean concurrent_processing)VotingAdapter(Channel channel)Creates an instance of the VoteChannel that uses JGroups for communication between group members. -
Uses of Channel in org.jgroups.demos
Methods in org.jgroups.demos with parameters of type Channel Modifier and Type Method Description voidDraw. channelClosed(Channel channel)voidGossip. channelClosed(Channel channel)voidDraw. channelConnected(Channel channel)voidGossip. channelConnected(Channel channel)voidDraw. channelDisconnected(Channel channel)voidGossip. channelDisconnected(Channel channel)Constructors in org.jgroups.demos with parameters of type Channel Constructor Description Draw(Channel channel)Draw(Channel channel, boolean use_state, long state_timeout) -
Uses of Channel in org.jgroups.jmx
Methods in org.jgroups.jmx that return Channel Modifier and Type Method Description ChannelJChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id)ChannelJChannelFactory. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id, boolean register_for_state_transfer, java.lang.String substate_id)ChannelJChannelFactoryMBean. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id)ChannelJChannelFactoryMBean. createMultiplexerChannel(java.lang.String stack_name, java.lang.String id, boolean register_for_state_transfer, java.lang.String substate_id) -
Uses of Channel in org.jgroups.mux
Subclasses of Channel 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 Channel Modifier and Type Method Description ChannelMultiplexer. createMuxChannel(java.lang.String id, java.lang.String stack_name) -
Uses of Channel in org.jgroups.stack
Methods in org.jgroups.stack that return Channel Modifier and Type Method Description ChannelProtocolStack. getChannel() -
Uses of Channel in org.jgroups.util
Methods in org.jgroups.util with parameters of type Channel Modifier and Type Method Description static voidUtil. close(Channel ch)static voidUtil. close(Channel... channels)static booleanUtil. startFlush(Channel c)static booleanUtil. startFlush(Channel c, int numberOfAttempts, long randomSleepTimeoutFloor, long randomSleepTimeoutCeiling)static booleanUtil. startFlush(Channel c, java.util.List<Address> flushParticipants)static booleanUtil. startFlush(Channel c, java.util.List<Address> flushParticipants, int numberOfAttempts, long randomSleepTimeoutFloor, long randomSleepTimeoutCeiling)
-