org.omg.ETF
Class ConnectionLocalTie

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.omg.ETF._ConnectionLocalBase
          extended byorg.omg.ETF.ConnectionLocalTie
All Implemented Interfaces:
Connection, ConnectionOperations, IDLEntity, LocalInterface, Object, java.io.Serializable

public class ConnectionLocalTie
extends _ConnectionLocalBase

Generated from IDL interface "Connection"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
See Also:
Serialized Form

Constructor Summary
ConnectionLocalTie(ConnectionOperations delegate)
           
 
Method Summary
 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()
           
 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)
           
 
Methods inherited from class org.omg.ETF._ConnectionLocalBase
_ids
 
Methods inherited from class org.omg.CORBA.LocalObject
_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_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

ConnectionLocalTie

public ConnectionLocalTie(ConnectionOperations delegate)
Method Detail

_delegate

public ConnectionOperations _delegate()

_delegate

public void _delegate(ConnectionOperations delegate)

wait_next_data

public boolean wait_next_data(long time_out)

is_data_available

public boolean is_data_available()

is_connected

public boolean is_connected()

supports_callback

public boolean supports_callback()

flush

public void flush()

write

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

get_server_profile

public Profile get_server_profile()

use_handle_time_out

public boolean use_handle_time_out()

close

public void close()

connect

public void connect(Profile server_profile,
                    long time_out)

read

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