Uses of Interface
org.omg.ETF.HandleOperations

Packages that use HandleOperations
org.jacorb.orb   
org.omg.ETF   
 

Uses of HandleOperations in org.jacorb.orb
 

Classes in org.jacorb.orb that implement HandleOperations
 class BasicAdapter
          Class BasicAdapter, used by the POA.
 

Uses of HandleOperations in org.omg.ETF
 

Subinterfaces of HandleOperations in org.omg.ETF
 interface Handle
          Generated from IDL interface "Handle"
 

Classes in org.omg.ETF that implement HandleOperations
 class _HandleLocalBase
          Abstract base class for implementations of local interface Handle
 class HandleLocalTie
          Generated from IDL interface "Handle"
 

Methods in org.omg.ETF that return HandleOperations
 HandleOperations HandleLocalTie._delegate()
           
 

Methods in org.omg.ETF with parameters of type HandleOperations
 void HandleLocalTie._delegate(HandleOperations delegate)
           
 

Constructors in org.omg.ETF with parameters of type HandleOperations
HandleLocalTie(HandleOperations delegate)