org.jgroups.protocols

Class TCP1_4

Implemented Interfaces:
ConnectionTable.ConnectionListener, ConnectionTable.Receiver

public class TCP1_4
extends TCP

Field Summary

Fields inherited from class org.jgroups.stack.Protocol

down_handler, down_prot, down_queue, down_thread, down_thread_prio, log, observer, props, stack, up_handler, up_prot, up_queue, up_thread, up_thread_prio

Method Summary

protected ConnectionTable1_4
getConnectionTable1_4(long ri, long cet, InetAddress b_addr, int s_port)
String
getName()

Methods inherited from class org.jgroups.protocols.TCP

connectionClosed, connectionOpened, down, getConnectionTable, getName, receive, setProperties, start, startUpHandler, stop, toString

Methods inherited from class org.jgroups.stack.Protocol

destroy, down, getDownProtocol, getDownQueue, getName, getProperties, getUpProtocol, getUpQueue, handleSpecialDownEvent, init, passDown, passUp, providedDownServices, providedUpServices, receiveDownEvent, receiveUpEvent, requiredDownServices, requiredUpServices, setDownProtocol, setObserver, setProperties, setPropertiesInternal, setProtocolStack, setUpProtocol, start, startDownHandler, startUpHandler, stop, stopInternal, up

Method Details

getConnectionTable1_4

protected ConnectionTable1_4 getConnectionTable1_4(long ri,
                                                   long cet,
                                                   InetAddress b_addr,
                                                   int s_port)
            throws Exception

getName

public String getName()
Overrides:
getName in interface TCP

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