org.jgroups.jmx.protocols
public class TCP extends TP implements TCPMBean
Version: $Id: TCP.java,v 1.2 2005/08/17 07:32:29 belaban Exp $
| Constructor Summary | |
|---|---|
| TCP() | |
| TCP(Protocol p) | |
| Method Summary | |
|---|---|
| void | attachProtocol(Protocol p) |
| InetAddress | getBindAddr() |
| long | getConnExpireTime() |
| int | getEndPort() |
| int | getOpenConnections() |
| long | getReaperInterval() |
| int | getStartPort() |
| String | printConnections() |
| void | setBindAddr(InetAddress bind_addr) |
| void | setConnExpireTime(long conn_expire_time) |
| void | setEndPort(int end_port) |
| void | setReaperInterval(long reaper_interval) |
| void | setStartPort(int start_port) |