Uses of Class
org.omg.ETF.BufferHolder

Packages that use BufferHolder
org.jacorb.orb.iiop   
org.omg.ETF   
 

Uses of BufferHolder in org.jacorb.orb.iiop
 

Methods in org.jacorb.orb.iiop with parameters of type BufferHolder
 void IIOPConnection.read(BufferHolder data, int offset, int min_length, int max_length, long time_out)
          read actual messages
 

Uses of BufferHolder in org.omg.ETF
 

Methods in org.omg.ETF with parameters of type BufferHolder
 void ConnectionZeroCopyLocalTie.read(BufferHolder data, int offset, int min_length, int max_length, long time_out)
           
 void ConnectionOperations.read(BufferHolder data, int offset, int min_length, int max_length, long time_out)
           
 void ConnectionLocalTie.read(BufferHolder data, int offset, int min_length, int max_length, long time_out)
           
 int BufferListOperations.add_buffer(int size, BufferHolder buf)
           
 void BufferListOperations.get_buffer(int index, BufferHolder buf)
           
 void BufferListLocalTie.get_buffer(int index, BufferHolder buf)
           
 int BufferListLocalTie.add_buffer(int size, BufferHolder buf)