Uses of Class
org.jgroups.ChannelClosedException
Packages that use ChannelClosedException
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
-
Uses of ChannelClosedException in org.jgroups
Methods in org.jgroups that throw ChannelClosedExceptionModifier and TypeMethodDescriptionprotected void
JChannel.checkClosed()
health check
throws a ChannelClosed exception if the channel is closedprotected void
JChannel.checkClosedOrNotConnected()
abstract boolean
Channel.getAllStates
(Vector targets, long timeout) Deprecated.Not really needed - we always want to get the state from a single memberboolean
JChannel.getAllStates
(Vector targets, long timeout) Deprecated.Not really needed - we always want to get the state from a single member, useJChannel.getState(org.jgroups.Address, long)
insteadabstract boolean
Retrieve the state of the group.abstract boolean
Fetches a partial state identified by state_id.boolean
Retrieves a full state from the target member.boolean
Retrieves a substate (or partial state) indicated by state_id from the target member.boolean
Retrieves a substate (or partial state) indicated by state_id from the target member.protected boolean
Retrieves a substate (or partial state) indicated by state_id from the target member.abstract Object
Channel.peek
(long timeout) Deprecated.Use aReceiver
instead, this method will not be available in JGroups 3.0JChannel.peek
(long timeout) Just peeks at the next message, view or block.abstract Object
Channel.receive
(long timeout) Deprecated.Use aReceiver
insteadJChannel.receive
(long timeout) Deprecated.Use aReceiver
insteadabstract void
Channel.send
(Address dst, Address src, Serializable obj) Helper method.abstract void
Sends a message to a (unicast) destination.void
JChannel.send
(Address dst, Address src, Serializable obj) creates a new message with the destination address, and the source address and the object as the message valuevoid
Sends a message through the protocol stack. -
Uses of ChannelClosedException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw ChannelClosedExceptionModifier and TypeMethodDescriptionvoid
ReplicatedTree.fetchState
(long timeout) Fetch the group state from the current coordinator.void
final void
DistributedHashtable.start
(long state_timeout) Deprecated.Fetches the statefinal void
DistributedQueue.start
(long state_timeout) final void
ReplicatedHashMap.start
(long state_timeout) Fetches the stateConstructors in org.jgroups.blocks that throw ChannelClosedExceptionModifierConstructorDescriptionDistributedHashtable
(PullPushAdapter adapter, Serializable id, long state_timeout) Deprecated.Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel.ReplicatedHashtable
(JChannel channel, long state_timeout) Deprecated.ReplicatedHashtable
(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout) Deprecated. -
Uses of ChannelClosedException in org.jgroups.jmx
Methods in org.jgroups.jmx that throw ChannelClosedExceptionModifier and TypeMethodDescriptionvoid
boolean
boolean
JChannel.peek
(long timeout) JChannelMBean.peek
(long timeout) JChannel.receive
(long timeout) JChannelMBean.receive
(long timeout) void
JChannel.send
(Address dst, Address src, Serializable obj) void
void
JChannelMBean.send
(Address dst, Address src, Serializable obj) void
void
void
-
Uses of ChannelClosedException in org.jgroups.mux
Methods in org.jgroups.mux that throw ChannelClosedException