Uses of Interface
org.jgroups.Transport

Packages that use Transport
org.jgroups   
org.jgroups.blocks   
org.jgroups.stack   
 

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 EnsChannel
          EnsChannel is an implementation of Channel based on Ensemble.
 class JChannel
          JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack
 

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, MessageListener l)
           
PullPushAdapter(Transport transport, MembershipListener ml)
           
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 © 2001,2002 www.jgroups.com . All Rights Reserved.