Uses of Interface
org.omg.ETF.Handle

Packages that use Handle
org.jacorb.orb   
org.jacorb.orb.etf   
org.omg.ETF   
 

Uses of Handle in org.jacorb.orb
 

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

Uses of Handle in org.jacorb.orb.etf
 

Fields in org.jacorb.orb.etf declared as Handle
protected  Handle ListenerBase.up
          Reference to the ORB, for delivering incoming connections via upcalls.
 

Methods in org.jacorb.orb.etf with parameters of type Handle
 void ListenerBase.set_handle(Handle up)
          This call establishes the link between the ORB (i.e. the Handle instance) and a server endpoint of the plugged-in transport.
 

Uses of Handle in org.omg.ETF
 

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

Fields in org.omg.ETF declared as Handle
 Handle HandleHolder.value
           
 

Methods in org.omg.ETF that return Handle
static Handle HandleHelper.extract(Any any)
           
static Handle HandleHelper.read(InputStream in)
           
static Handle HandleHelper.narrow(java.lang.Object obj)
           
static Handle HandleHelper.narrow(Object obj)
           
static Handle HandleHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.ETF with parameters of type Handle
 void ListenerOperations.set_handle(Handle up)
           
 void ListenerLocalTie.set_handle(Handle up)
           
static void HandleHelper.insert(Any any, Handle s)
           
static void HandleHelper.write(OutputStream _out, Handle s)
           
 

Constructors in org.omg.ETF with parameters of type Handle
HandleHolder(Handle initial)