Uses of Interface
org.omg.ETF.ConnectionZeroCopyOperations

Packages that use ConnectionZeroCopyOperations
org.omg.ETF   
 

Uses of ConnectionZeroCopyOperations in org.omg.ETF
 

Subinterfaces of ConnectionZeroCopyOperations in org.omg.ETF
 interface ConnectionZeroCopy
          Generated from IDL interface "ConnectionZeroCopy"
 

Classes in org.omg.ETF that implement ConnectionZeroCopyOperations
 class _ConnectionZeroCopyLocalBase
          Abstract base class for implementations of local interface ConnectionZeroCopy
 class ConnectionZeroCopyLocalTie
          Generated from IDL interface "ConnectionZeroCopy"
 

Methods in org.omg.ETF that return ConnectionZeroCopyOperations
 ConnectionZeroCopyOperations ConnectionZeroCopyLocalTie._delegate()
           
 

Methods in org.omg.ETF with parameters of type ConnectionZeroCopyOperations
 void ConnectionZeroCopyLocalTie._delegate(ConnectionZeroCopyOperations delegate)
           
 

Constructors in org.omg.ETF with parameters of type ConnectionZeroCopyOperations
ConnectionZeroCopyLocalTie(ConnectionZeroCopyOperations delegate)