org.omg.ETF
Interface ConnectionOperations

All Known Subinterfaces:
Connection, ConnectionZeroCopy, ConnectionZeroCopyOperations
All Known Implementing Classes:
_ConnectionLocalBase, _ConnectionZeroCopyLocalBase

public interface ConnectionOperations

Generated from IDL interface "Connection"

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

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 Detail

write

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

read

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

flush

public void flush()

connect

public void connect(Profile server_profile,
                    long time_out)

close

public void close()

is_connected

public boolean is_connected()

get_server_profile

public Profile get_server_profile()

is_data_available

public boolean is_data_available()

wait_next_data

public boolean wait_next_data(long time_out)

supports_callback

public boolean supports_callback()

use_handle_time_out

public boolean use_handle_time_out()