Uses of Interface
org.omg.CosTrading.SupportAttributes

Packages that use SupportAttributes
org.omg.CosTrading   
 

Uses of SupportAttributes in org.omg.CosTrading
 

Subinterfaces of SupportAttributes 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 SupportAttributes
 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 _SupportAttributesStub
          Generated from IDL interface "SupportAttributes"
 

Fields in org.omg.CosTrading declared as SupportAttributes
 SupportAttributes SupportAttributesHolder.value
           
 

Methods in org.omg.CosTrading that return SupportAttributes
static SupportAttributes SupportAttributesHelper.extract(Any any)
           
static SupportAttributes SupportAttributesHelper.read(InputStream in)
           
static SupportAttributes SupportAttributesHelper.narrow(java.lang.Object obj)
           
static SupportAttributes SupportAttributesHelper.narrow(Object obj)
           
static SupportAttributes SupportAttributesHelper.unchecked_narrow(Object obj)
           
 SupportAttributes SupportAttributesPOATie._this()
           
 SupportAttributes SupportAttributesPOATie._this(ORB orb)
           
 SupportAttributes SupportAttributesPOA._this()
           
 SupportAttributes SupportAttributesPOA._this(ORB orb)
           
 

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

Constructors in org.omg.CosTrading with parameters of type SupportAttributes
SupportAttributesHolder(SupportAttributes initial)