org.apache.catalina.tribes.transport
public abstract class AbstractSender extends Object implements DataSender
Title:
Description:
Company:
Version: 1.0
Constructor Summary | |
---|---|
AbstractSender() |
Method Summary | |
---|---|
abstract void | connect()
connect
|
abstract void | disconnect()
disconnect
|
InetAddress | getAddress() |
int | getAttempt() |
long | getConnectTime() |
Member | getDestination() |
boolean | getDirect() |
boolean | getDirectBuffer() |
int | getKeepAliveCount() |
long | getKeepAliveTime() |
int | getMaxRetryAttempts() |
boolean | getOoBInline() |
int | getPort() |
int | getRequestCount() |
int | getRxBufSize() |
boolean | getSoKeepAlive() |
boolean | getSoLingerOn() |
int | getSoLingerTime() |
boolean | getSoReuseAddress() |
int | getSoTrafficClass() |
boolean | getTcpNoDelay() |
boolean | getThrowOnFailedAck() |
long | getTimeout() |
int | getTxBufSize() |
boolean | isConnected() |
boolean | keepalive()
keepalive
|
void | setAddress(InetAddress address) |
void | setAttempt(int attempt) |
protected void | setConnected(boolean connected) |
void | setConnectTime(long connectTime) |
void | setDestination(Member destination) |
void | setDirect(boolean direct) |
void | setDirectBuffer(boolean directBuffer) |
void | setKeepAliveCount(int keepAliveCount) |
void | setKeepAliveTime(long keepAliveTime) |
void | setMaxRetryAttempts(int maxRetryAttempts) |
void | setOoBInline(boolean ooBInline) |
void | setPort(int port) |
void | setRequestCount(int requestCount) |
void | setRxBufSize(int rxBufSize) |
void | setSoKeepAlive(boolean soKeepAlive) |
void | setSoLingerOn(boolean soLingerOn) |
void | setSoLingerTime(int soLingerTime) |
void | setSoReuseAddress(boolean soReuseAddress) |
void | setSoTrafficClass(int soTrafficClass) |
void | setTcpNoDelay(boolean tcpNoDelay) |
void | setThrowOnFailedAck(boolean throwOnFailedAck) |
void | setTimeout(long timeout) |
void | setTxBufSize(int txBufSize) |
static void | transferProperties(AbstractSender from, AbstractSender to)
transfers sender properties from one sender to another |
Throws: IOException
UNKNOWN: Implement this org.apache.catalina.tribes.transport.DataSender method
UNKNOWN: Implement this org.apache.catalina.tribes.transport.DataSender method
Returns: boolean
UNKNOWN: Implement this org.apache.catalina.tribes.transport.DataSender method
Parameters: from AbstractSender to AbstractSender