Uses of Interface
org.omg.ETF.ConnectionOperations

Packages that use ConnectionOperations
org.jacorb.orb.etf   
org.jacorb.orb.iiop   
org.omg.ETF   
 

Uses of ConnectionOperations in org.jacorb.orb.etf
 

Classes in org.jacorb.orb.etf that implement ConnectionOperations
 class ConnectionBase
          This an abstract base implementation of the ETF::Connection interface.
 class StreamConnectionBase
          This an abstract base implementation of the ETF::Connection interface.
 

Uses of ConnectionOperations in org.jacorb.orb.iiop
 

Classes in org.jacorb.orb.iiop that implement ConnectionOperations
 class ClientIIOPConnection
          ClientIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 class IIOPConnection
          IIOPConnection.java Created: Sun Aug 12 20:18:47 2002
 class IIOPLoopbackConnection
           
 class ServerIIOPConnection
          ServerIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 

Uses of ConnectionOperations in org.omg.ETF
 

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

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

Methods in org.omg.ETF that return ConnectionOperations
 ConnectionOperations ConnectionLocalTie._delegate()
           
 

Methods in org.omg.ETF with parameters of type ConnectionOperations
 void ConnectionLocalTie._delegate(ConnectionOperations delegate)
           
 

Constructors in org.omg.ETF with parameters of type ConnectionOperations
ConnectionLocalTie(ConnectionOperations delegate)