org.omg.ETF
Interface ConnectionOperations
- All Known Subinterfaces:
- Connection, ConnectionZeroCopy, ConnectionZeroCopyOperations
- All Known Implementing Classes:
- _ConnectionLocalBase, _ConnectionZeroCopyLocalBase, ClientIIOPConnection, ConnectionBase, ConnectionLocalTie, ConnectionZeroCopyLocalTie, IIOPConnection, IIOPLoopbackConnection, ServerIIOPConnection, StreamConnectionBase
public interface ConnectionOperations
Generated from IDL interface "Connection".
- Version:
- generated at Jan 1, 2011 11:42:53 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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()
|
int |
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)
|
write
void write(boolean is_first,
boolean is_last,
byte[] data,
int offset,
int length,
long time_out)
read
int read(BufferHolder data,
int offset,
int min_length,
int max_length,
long time_out)
flush
void flush()
connect
void connect(Profile server_profile,
long time_out)
close
void close()
is_connected
boolean is_connected()
get_server_profile
Profile get_server_profile()
is_data_available
boolean is_data_available()
wait_next_data
boolean wait_next_data(long time_out)
supports_callback
boolean supports_callback()
use_handle_time_out
boolean use_handle_time_out()