- 
Method Summary
void
 
Send to the specified member. 
 void
 
Stop sending to the specified member. 
 void
 
Send the specified message. 
 void
 
Configure the use of a direct buffer. 
 void
 
Set the maximum retry attempts. 
 
 
 
 
Methods inherited from interface org.apache.catalina.tribes.transport.DataSenderconnect, disconnect, getConnectTime, getRequestCount, isConnected, keepalive, setKeepAliveCount, setKeepAliveTime, setRxBufSize, setTimeout, setTxBufSize
 
- 
Method Details
- 
sendMessageSend the specified message. 
- Parameters:
- destination- the message destinations
- data- the data to send
- Throws:
- ChannelException- if an error occurs
 
- 
setMaxRetryAttemptsvoid setMaxRetryAttempts(int attempts) Set the maximum retry attempts. 
- Parameters:
- attempts- the retry count
 
- 
setDirectBuffervoid setDirectBuffer(boolean directBuf) Configure the use of a direct buffer. 
- Parameters:
- directBuf-- trueto use a direct buffer
 
- 
addSend to the specified member. 
- Parameters:
- member- the member
 
- 
removeStop sending to the specified member. 
- Parameters:
- member- the member