org.omg.RTCORBA
Interface TCPProtocolPropertiesOperations

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

public interface TCPProtocolPropertiesOperations
extends ProtocolPropertiesOperations

Generated from IDL interface "TCPProtocolProperties"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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 Detail

send_buffer_size

public int send_buffer_size()

send_buffer_size

public void send_buffer_size(int arg)

recv_buffer_size

public int recv_buffer_size()

recv_buffer_size

public void recv_buffer_size(int arg)

keep_alive

public boolean keep_alive()

keep_alive

public void keep_alive(boolean arg)

dont_route

public boolean dont_route()

dont_route

public void dont_route(boolean arg)

no_delay

public boolean no_delay()

no_delay

public void no_delay(boolean arg)