org.omg.RTCORBA

Interface TCPProtocolPropertiesOperations

All Superinterfaces:
ProtocolPropertiesOperations
Known Subinterfaces:
TCPProtocolProperties
Known Implementing Classes:
TCPProtocolPropertiesLocalTie, _TCPProtocolPropertiesLocalBase

public interface TCPProtocolPropertiesOperations
extends ProtocolPropertiesOperations

Generated from IDL interface "TCPProtocolProperties"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

boolean
dont_route()
void
dont_route(boolean arg)
boolean
keep_alive()
void
keep_alive(boolean arg)
boolean
no_delay()
void
no_delay(boolean arg)
int
recv_buffer_size()
void
recv_buffer_size(int arg)
int
send_buffer_size()
void
send_buffer_size(int arg)

Method Details

dont_route

public boolean dont_route()


dont_route

public void dont_route(boolean arg)


keep_alive

public boolean keep_alive()


keep_alive

public void keep_alive(boolean arg)


no_delay

public boolean no_delay()


no_delay

public void no_delay(boolean arg)


recv_buffer_size

public int recv_buffer_size()


recv_buffer_size

public void recv_buffer_size(int arg)


send_buffer_size

public int send_buffer_size()


send_buffer_size

public void send_buffer_size(int arg)