Uses of Interface org.jgroups.Transport

Uses in package org.jgroups.blocks

Constructors with parameter type org.jgroups.Transport

GroupRequest.GroupRequest(Message m, Transport transport, Vector members, int rsp_mode)
GroupRequest.GroupRequest(Message m, Transport transport, Vector members, int rsp_mode, long timeout, int expected_mbrs)

Fields of type org.jgroups.Transport

Transport
Transport

Methods with return type org.jgroups.Transport

Transport

Uses in package org.jgroups

Classes implementing org.jgroups.Transport

class
A channel represents a group communication endpoint (like BSD datagram sockets).
class
EnsChannel is an implementation of Channel based on Ensemble.
class
JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack

Uses in package org.jgroups.stack

Classes implementing org.jgroups.Transport

class
A ProtocolStack manages a number of protocols layered above each other.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.