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 voidJChannel.checkClosed()health check
throws a ChannelClosed exception if the channel is closedprotected voidJChannel.checkClosedOrNotConnected()abstract booleanChannel.getAllStates(Vector targets, long timeout) Deprecated.Not really needed - we always want to get the state from a single memberbooleanJChannel.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 booleanRetrieve the state of the group.abstract booleanFetches a partial state identified by state_id.booleanRetrieves a full state from the target member.booleanRetrieves a substate (or partial state) indicated by state_id from the target member.booleanRetrieves a substate (or partial state) indicated by state_id from the target member.protected booleanRetrieves a substate (or partial state) indicated by state_id from the target member.abstract ObjectChannel.peek(long timeout) Deprecated.Use aReceiverinstead, this method will not be available in JGroups 3.0JChannel.peek(long timeout) Just peeks at the next message, view or block.abstract ObjectChannel.receive(long timeout) Deprecated.Use aReceiverinsteadJChannel.receive(long timeout) Deprecated.Use aReceiverinsteadabstract voidChannel.send(Address dst, Address src, Serializable obj) Helper method.abstract voidSends a message to a (unicast) destination.voidJChannel.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 valuevoidSends a message through the protocol stack. -
Uses of ChannelClosedException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw ChannelClosedExceptionModifier and TypeMethodDescriptionvoidReplicatedTree.fetchState(long timeout) Fetch the group state from the current coordinator.voidfinal voidDistributedHashtable.start(long state_timeout) Deprecated.Fetches the statefinal voidDistributedQueue.start(long state_timeout) final voidReplicatedHashMap.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 TypeMethodDescriptionvoidbooleanbooleanJChannel.peek(long timeout) JChannelMBean.peek(long timeout) JChannel.receive(long timeout) JChannelMBean.receive(long timeout) voidJChannel.send(Address dst, Address src, Serializable obj) voidvoidJChannelMBean.send(Address dst, Address src, Serializable obj) voidvoidvoid -
Uses of ChannelClosedException in org.jgroups.mux
Methods in org.jgroups.mux that throw ChannelClosedException