Uses of Interface
org.omg.CosTrading.TraderComponents

Packages that use TraderComponents
org.omg.CosTrading   
 

Uses of TraderComponents in org.omg.CosTrading
 

Subinterfaces of TraderComponents in org.omg.CosTrading
 interface Admin
          Generated from IDL interface "Admin"
 interface Link
          Generated from IDL interface "Link"
 interface Lookup
          Generated from IDL interface "Lookup"
 interface Proxy
          Generated from IDL interface "Proxy"
 interface Register
          Generated from IDL interface "Register"
 

Classes in org.omg.CosTrading that implement TraderComponents
 class _AdminStub
          Generated from IDL interface "Admin"
 class _LinkStub
          Generated from IDL interface "Link"
 class _LookupStub
          Generated from IDL interface "Lookup"
 class _ProxyStub
          Generated from IDL interface "Proxy"
 class _RegisterStub
          Generated from IDL interface "Register"
 class _TraderComponentsStub
          Generated from IDL interface "TraderComponents"
 

Fields in org.omg.CosTrading declared as TraderComponents
 TraderComponents TraderComponentsHolder.value
           
 

Methods in org.omg.CosTrading that return TraderComponents
 TraderComponents TraderComponentsPOATie._this()
           
 TraderComponents TraderComponentsPOATie._this(ORB orb)
           
 TraderComponents TraderComponentsPOA._this()
           
 TraderComponents TraderComponentsPOA._this(ORB orb)
           
static TraderComponents TraderComponentsHelper.extract(Any any)
           
static TraderComponents TraderComponentsHelper.read(InputStream in)
           
static TraderComponents TraderComponentsHelper.narrow(java.lang.Object obj)
           
static TraderComponents TraderComponentsHelper.narrow(Object obj)
           
static TraderComponents TraderComponentsHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTrading with parameters of type TraderComponents
static void TraderComponentsHelper.insert(Any any, TraderComponents s)
           
static void TraderComponentsHelper.write(OutputStream _out, TraderComponents s)
           
 

Constructors in org.omg.CosTrading with parameters of type TraderComponents
TraderComponentsHolder(TraderComponents initial)