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.mux   
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 PullPushAdapter.transport
          Deprecated.  
protected  Transport Request.transport
           
 

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

Constructors in org.jgroups.blocks with parameters of type Transport
GroupRequest(Message m, Transport transport, java.util.Collection<Address> mbrs, RequestOptions options)
           
MultiRequest(Message m, Transport transport, java.util.Collection<Address> mbrs, RequestOptions options, int expected_mbrs)
           
PullPushAdapter(Transport transport)
          Deprecated.  
PullPushAdapter(Transport transport, MembershipListener ml)
          Deprecated.  
PullPushAdapter(Transport transport, MessageListener l)
          Deprecated.  
PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml)
          Deprecated.  
PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml, boolean start)
          Deprecated.  
Request(Message request, RequestCorrelator corr, Transport transport, RequestOptions options)
           
Request(Message request, RequestCorrelator corr, Transport transport, RspFilter filter, int mode, long timeout)
          Deprecated. 
UnicastRequest(Message m, Transport transport, Address target, RequestOptions options)
           
 

Uses of Transport in org.jgroups.mux
 

Classes in org.jgroups.mux that implement Transport
 class MuxChannel
          Deprecated. 
 

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-2009 Bela Ban / Red Hat. All Rights Reserved.