public class ConnectionLocalTie extends _ConnectionLocalBase
Constructor and Description |
---|
ConnectionLocalTie(ConnectionOperations delegate) |
Modifier and Type | Method and Description |
---|---|
ConnectionOperations |
_delegate() |
void |
_delegate(ConnectionOperations delegate) |
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) |
_ids
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public ConnectionLocalTie(ConnectionOperations delegate)
public ConnectionOperations _delegate()
public void _delegate(ConnectionOperations delegate)
public boolean wait_next_data(long time_out)
public boolean is_data_available()
public boolean is_connected()
public boolean supports_callback()
public void flush()
public void write(boolean is_first, boolean is_last, byte[] data, int offset, int length, long time_out)
public Profile get_server_profile()
public boolean use_handle_time_out()
public void close()
public void connect(Profile server_profile, long time_out)
public int read(BufferHolder data, int offset, int min_length, int max_length, long time_out)