|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
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.stack | Support for managing protocol stacks. |
Uses of Channel in org.jgroups |
---|
Subclasses of Channel in org.jgroups | |
---|---|
class |
JChannel
JChannel is a pure Java implementation of Channel. |
Methods in org.jgroups that return Channel | |
---|---|
Channel |
JChannelFactory.createChannel()
Creates a JChannel implementation of the
Channel |
Channel |
ChannelFactory.createChannel()
Creates an instance implementing the Channel interface. |
Channel |
JChannelFactory.createChannel(java.lang.Object properties)
Deprecated. JChannel 's conversion to type-specific
construction, and the subsequent deprecation of its
JChannel(Object) constructor, necessitate the
deprecation of this factory method as well. Type-specific
protocol stack configuration should be specfied during
construction of an instance of this factory. |
Channel |
ChannelFactory.createChannel(java.lang.Object properties)
Deprecated. Channel factories should pass configuration information related to the protocol stack during construction or via another method before attempting to create any channels. |
Methods in org.jgroups with parameters of type Channel | |
---|---|
void |
ChannelListener.channelClosed(Channel channel)
|
void |
ChannelListener.channelConnected(Channel channel)
|
void |
ChannelListener.channelDisconnected(Channel channel)
|
protected void |
Channel.notifyChannelClosed(Channel c)
|
protected void |
Channel.notifyChannelConnected(Channel c)
|
protected void |
Channel.notifyChannelDisconnected(Channel c)
|
Uses of Channel in org.jgroups.blocks |
---|
Fields in org.jgroups.blocks declared as Channel | |
---|---|
protected Channel |
MessageDispatcher.channel
|
protected Channel |
DistributedTree.channel
|
protected Channel |
DistributedQueue.channel
|
Methods in org.jgroups.blocks that return Channel | |
---|---|
Channel |
ReplicatedTree.getChannel()
Returns the Channel the DistributedTree is connected to |
Channel |
DistributedHashtable.getChannel()
|
Channel |
MessageDispatcher.getChannel()
Offers access to the underlying Channel. |
Channel |
ReplicatedHashtable.getChannel()
|
Channel |
NotificationBus.getChannel()
Answers the Channel. |
Channel |
DistributedTree.getChannel()
Returns the Channel the DistributedTree is connected to |
Channel |
DistributedQueue.getChannel()
|
Methods in org.jgroups.blocks with parameters of type Channel | |
---|---|
void |
RpcDispatcher.channelClosed(Channel channel)
|
void |
PullPushAdapter.channelClosed(Channel channel)
|
void |
RpcDispatcher.channelConnected(Channel channel)
|
void |
PullPushAdapter.channelConnected(Channel channel)
|
void |
RpcDispatcher.channelDisconnected(Channel channel)
|
void |
PullPushAdapter.channelDisconnected(Channel channel)
|
Constructors in org.jgroups.blocks with parameters of type Channel | |
---|---|
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)
|
|
ReplicationManager(Channel channel,
MessageListener ml,
MembershipListener l,
ReplicationReceiver receiver)
Creates an instance of ReplicationManager on top of a Channel |
|
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 | |
---|---|
void |
Gossip.channelClosed(Channel channel)
|
void |
Draw.channelClosed(Channel channel)
|
void |
Gossip.channelConnected(Channel channel)
|
void |
Draw.channelConnected(Channel channel)
|
void |
Gossip.channelDisconnected(Channel channel)
|
void |
Draw.channelDisconnected(Channel channel)
|
Uses of Channel in org.jgroups.stack |
---|
Methods in org.jgroups.stack that return Channel | |
---|---|
Channel |
ProtocolStack.getChannel()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |