org.omg.ETF

Interface ConnectionOperations

Known Subinterfaces:
Connection, ConnectionZeroCopy, ConnectionZeroCopyOperations
Known Implementing Classes:
ClientIIOPConnection, ConnectionLocalTie, ConnectionZeroCopyLocalTie, IIOPConnection, ServerIIOPConnection, _ConnectionLocalBase, _ConnectionZeroCopyLocalBase

public interface ConnectionOperations

Generated from IDL interface "Connection"

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

Method Summary

void
close()
void
connect(Profile server_profile, long time_out)
void
flush()
Profile
get_server_profile()
boolean
is_connected()
boolean
is_data_available()
void
read(BufferHolder data, int offset, int min_length, int max_length, long time_out)
boolean
supports_callback()
boolean
use_handle_time_out()
boolean
wait_next_data(long time_out)
void
write(boolean is_first, boolean is_last, byte[] data, int offset, int length, long time_out)

Method Details

close

public void close()


connect

public void connect(Profile server_profile,
                    long time_out)


flush

public void flush()


get_server_profile

public Profile get_server_profile()


is_connected

public boolean is_connected()


is_data_available

public boolean is_data_available()


read

public void read(BufferHolder data,
                 int offset,
                 int min_length,
                 int max_length,
                 long time_out)


supports_callback

public boolean supports_callback()


use_handle_time_out

public boolean use_handle_time_out()


wait_next_data

public boolean wait_next_data(long time_out)


write

public void write(boolean is_first,
                  boolean is_last,
                  byte[] data,
                  int offset,
                  int length,
                  long time_out)