Uses of Class
org.jgroups.ChannelClosedException
-
Packages that use ChannelClosedException 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.jmx org.jgroups.mux -
-
Uses of ChannelClosedException in org.jgroups
Methods in org.jgroups that throw ChannelClosedException Modifier and Type Method Description protected voidJChannel. checkClosed()health check
throws a ChannelClosed exception if the channel is closedprotected voidJChannel. checkClosedOrNotConnected()abstract booleanChannel. getAllStates(java.util.Vector targets, long timeout)Deprecated.Not really needed - we always want to get the state from a single memberbooleanJChannel. getAllStates(java.util.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 booleanChannel. getState(Address target, long timeout)Retrieve the state of the group.abstract booleanChannel. getState(Address target, java.lang.String state_id, long timeout)Fetches a partial state identified by state_id.booleanJChannel. getState(Address target, long timeout)Retrieves a full state from the target member.booleanJChannel. getState(Address target, java.lang.String state_id, long timeout)Retrieves a substate (or partial state) indicated by state_id from the target member.booleanJChannel. getState(Address target, java.lang.String state_id, long timeout, boolean useFlushIfPresent)Retrieves a substate (or partial state) indicated by state_id from the target member.protected booleanJChannel. getState(Address target, java.lang.String state_id, long timeout, java.util.concurrent.Callable<java.lang.Boolean> flushInvoker)Retrieves a substate (or partial state) indicated by state_id from the target member.abstract java.lang.ObjectChannel. peek(long timeout)Deprecated.Use aReceiverinstead, this method will not be available in JGroups 3.0java.lang.ObjectJChannel. peek(long timeout)Just peeks at the next message, view or block.abstract java.lang.ObjectChannel. receive(long timeout)Deprecated.Use aReceiverinsteadjava.lang.ObjectJChannel. receive(long timeout)Deprecated.Use aReceiverinsteadabstract voidChannel. send(Address dst, Address src, java.io.Serializable obj)Helper method.abstract voidChannel. send(Message msg)Sends a message to a (unicast) destination.voidJChannel. send(Address dst, Address src, java.io.Serializable obj)creates a new message with the destination address, and the source address and the object as the message valuevoidJChannel. send(Message msg)Sends a message through the protocol stack. -
Uses of ChannelClosedException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw ChannelClosedException Modifier and Type Method Description voidReplicatedTree. fetchState(long timeout)Fetch the group state from the current coordinator.voidMessageDispatcher. send(Message msg)voidDistributedHashtable. start(long state_timeout)Deprecated.Fetches the statevoidDistributedQueue. start(long state_timeout)voidReplicatedHashMap. start(long state_timeout)Fetches the stateConstructors in org.jgroups.blocks that throw ChannelClosedException Constructor Description DistributedHashtable(PullPushAdapter adapter, java.io.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 ChannelClosedException Modifier and Type Method Description voidJChannelMBean. connect(java.lang.String channel_name)booleanJChannel. getState(Address target, long timeout)booleanJChannelMBean. getState(Address target, long timeout)java.lang.ObjectJChannel. peek(long timeout)java.lang.ObjectJChannelMBean. peek(long timeout)java.lang.ObjectJChannel. receive(long timeout)java.lang.ObjectJChannelMBean. receive(long timeout)voidJChannel. send(Address dst, Address src, java.io.Serializable obj)voidJChannel. send(Message msg)voidJChannelMBean. send(Address dst, Address src, java.io.Serializable obj)voidJChannelMBean. send(Message msg)voidJChannel. sendToAll(java.lang.String msg)voidJChannelMBean. sendToAll(java.lang.String msg) -
Uses of ChannelClosedException in org.jgroups.mux
Methods in org.jgroups.mux that throw ChannelClosedException Modifier and Type Method Description voidMuxChannel. connect(java.lang.String channel_name)booleanMuxChannel. getState(Address target, java.lang.String state_id, long timeout, boolean useFlushIfPresent)voidMuxChannel. send(Address dst, Address src, java.io.Serializable obj)voidMuxChannel. send(Message msg)
-