Uses of Interface
org.omg.ETF.BufferListOperations

Packages that use BufferListOperations
org.omg.ETF   
 

Uses of BufferListOperations in org.omg.ETF
 

Subinterfaces of BufferListOperations in org.omg.ETF
 interface BufferList
          Generated from IDL interface "BufferList"
 

Classes in org.omg.ETF that implement BufferListOperations
 class _BufferListLocalBase
          Abstract base class for implementations of local interface BufferList
 class BufferListLocalTie
          Generated from IDL interface "BufferList"
 

Methods in org.omg.ETF that return BufferListOperations
 BufferListOperations BufferListLocalTie._delegate()
           
 

Methods in org.omg.ETF with parameters of type BufferListOperations
 void BufferListLocalTie._delegate(BufferListOperations delegate)
           
 

Constructors in org.omg.ETF with parameters of type BufferListOperations
BufferListLocalTie(BufferListOperations delegate)