public class ClientMIOPConnection extends MIOPConnection implements Configurable
MIOPFactories,
Serialized Formin_stream, out_streamb_out, configuration, connected, connection_info, finalTimeout, logger, orb, profile| Constructor and Description |
|---|
ClientMIOPConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this connection (if it is opened).
|
void |
configure(Configuration config) |
void |
connect(org.omg.ETF.Profile profile,
long timeout)
Connect with the specified profile.
|
void |
flush()
Causes any buffered data to be actually written to the Connection.
|
protected int |
getTimeout() |
boolean |
is_connected()
Test if this connection is connected.
|
protected void |
setTimeout(int timeout) |
handleCommFailure, is_data_available, isSSL, supports_callbackread, silentClose, writeget_server_profile, getLocalhost, to_COMM_FAILURE, turnOnFinalTimeout, use_handle_time_out, wait_next_data_create_request, _create_request, _duplicate, _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_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic void connect(org.omg.ETF.Profile profile,
long timeout)
connect in interface org.omg.ETF.ConnectionOperationsprofile - a group MIOP profile.timeout - unused.public boolean is_connected()
is_connected in interface org.omg.ETF.ConnectionOperationsis_connected in class ConnectionBasepublic void close()
close in interface org.omg.ETF.ConnectionOperationspublic void flush()
StreamConnectionBaseflush in interface org.omg.ETF.ConnectionOperationsflush in class StreamConnectionBaseprotected int getTimeout()
getTimeout in class ConnectionBaseConnectionBase.getTimeout()protected void setTimeout(int timeout)
setTimeout in class ConnectionBaseConnectionBase.setTimeout(int)public void configure(Configuration config) throws ConfigurationException
configure in interface Configurableconfigure in class ConnectionBaseConfigurationExceptionCopyright © 2017 JacORB. All rights reserved.