org.omg.ETF
Class ConnectionZeroCopyLocalTie

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.omg.ETF._ConnectionZeroCopyLocalBase
          extended byorg.omg.ETF.ConnectionZeroCopyLocalTie
All Implemented Interfaces:
Connection, ConnectionOperations, ConnectionZeroCopy, ConnectionZeroCopyOperations, IDLEntity, LocalInterface, Object, java.io.Serializable

public class ConnectionZeroCopyLocalTie
extends _ConnectionZeroCopyLocalBase

Generated from IDL interface "ConnectionZeroCopy"

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

Constructor Summary
ConnectionZeroCopyLocalTie(ConnectionZeroCopyOperations delegate)
           
 
Method Summary
 ConnectionZeroCopyOperations _delegate()
           
 void _delegate(ConnectionZeroCopyOperations delegate)
           
 void close()
           
 void connect(Profile server_profile, long time_out)
           
 BufferList create_buffer_list()
           
 void flush()
           
 Profile get_server_profile()
           
 boolean is_connected()
           
 boolean is_data_available()
           
 void read_zc(BufferListHolder data, int min_length, long time_out)
           
 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_zc(BufferListHolder 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._ConnectionZeroCopyLocalBase
_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

ConnectionZeroCopyLocalTie

public ConnectionZeroCopyLocalTie(ConnectionZeroCopyOperations delegate)
Method Detail

_delegate

public ConnectionZeroCopyOperations _delegate()

_delegate

public void _delegate(ConnectionZeroCopyOperations delegate)

wait_next_data

public boolean wait_next_data(long time_out)

write_zc

public void write_zc(BufferListHolder data,
                     long time_out)

is_data_available

public boolean is_data_available()

is_connected

public boolean is_connected()

flush

public void flush()

supports_callback

public boolean supports_callback()

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()

create_buffer_list

public BufferList create_buffer_list()

close

public void close()

read_zc

public void read_zc(BufferListHolder data,
                    int min_length,
                    long time_out)

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)