Uses of Interface
org.jgroups.Transport

Packages that use Transport
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.stack Support for managing protocol stacks. 
 

Uses of Transport in org.jgroups
 

Classes in org.jgroups that implement Transport
 class Channel
          A channel represents a group communication endpoint (like BSD datagram sockets).
 class JChannel
          JChannel is a pure Java implementation of Channel.
 

Uses of Transport in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as Transport
protected  Transport GroupRequest.transport
           
protected  Transport PullPushAdapter.transport
           
 

Methods in org.jgroups.blocks that return Transport
 Transport PullPushAdapter.getTransport()
           
 

Constructors in org.jgroups.blocks with parameters of type Transport
GroupRequest(Message m, Transport transport, java.util.Vector members, int rsp_mode)
           
GroupRequest(Message m, Transport transport, java.util.Vector members, int rsp_mode, long timeout, int expected_mbrs)
           
PullPushAdapter(Transport transport)
           
PullPushAdapter(Transport transport, MembershipListener ml)
           
PullPushAdapter(Transport transport, MessageListener l)
           
PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml)
           
 

Uses of Transport in org.jgroups.stack
 

Classes in org.jgroups.stack that implement Transport
 class ProtocolStack
          A ProtocolStack manages a number of protocols layered above each other.
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.