Uses of Interface
org.omg.CosTrading.Lookup

Packages that use Lookup
org.omg.CosTrading   
org.omg.CosTrading.LinkPackage   
org.omg.CosTrading.ProxyPackage   
 

Uses of Lookup in org.omg.CosTrading
 

Classes in org.omg.CosTrading that implement Lookup
 class _LookupStub
          Generated from IDL interface "Lookup"
 

Fields in org.omg.CosTrading declared as Lookup
 Lookup LookupHolder.value
           
 Lookup InvalidLookupRef.target
           
 

Methods in org.omg.CosTrading that return Lookup
 Lookup _TraderComponentsStub.lookup_if()
           
 Lookup _RegisterStub.lookup_if()
           
 Lookup _ProxyStub.lookup_if()
           
 Lookup _LookupStub.lookup_if()
           
 Lookup _LinkStub.lookup_if()
           
 Lookup _AdminStub.lookup_if()
           
 Lookup TraderComponentsPOATie.lookup_if()
           
 Lookup TraderComponentsOperations.lookup_if()
           
 Lookup RegisterPOATie.lookup_if()
           
 Lookup ProxyPOATie.lookup_if()
           
 Lookup LookupPOATie._this()
           
 Lookup LookupPOATie._this(ORB orb)
           
 Lookup LookupPOATie.lookup_if()
           
 Lookup LookupPOA._this()
           
 Lookup LookupPOA._this(ORB orb)
           
static Lookup LookupHelper.extract(Any any)
           
static Lookup LookupHelper.read(InputStream in)
           
static Lookup LookupHelper.narrow(java.lang.Object obj)
           
static Lookup LookupHelper.narrow(Object obj)
           
static Lookup LookupHelper.unchecked_narrow(Object obj)
           
 Lookup LinkPOATie.lookup_if()
           
 Lookup AdminPOATie.lookup_if()
           
 

Methods in org.omg.CosTrading with parameters of type Lookup
 java.lang.String _ProxyStub.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 void _LinkStub.add_link(java.lang.String name, Lookup target, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 java.lang.String ProxyPOATie.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 java.lang.String ProxyOperations.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
static void LookupHelper.insert(Any any, Lookup s)
           
static void LookupHelper.write(OutputStream _out, Lookup s)
           
 void LinkPOATie.add_link(java.lang.String name, Lookup target, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 void LinkOperations.add_link(java.lang.String name, Lookup target, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 

Constructors in org.omg.CosTrading with parameters of type Lookup
LookupHolder(Lookup initial)
           
InvalidLookupRef(java.lang.String _reason, Lookup target)
           
InvalidLookupRef(Lookup target)
           
 

Uses of Lookup in org.omg.CosTrading.LinkPackage
 

Fields in org.omg.CosTrading.LinkPackage declared as Lookup
 Lookup LinkInfo.target
           
 

Constructors in org.omg.CosTrading.LinkPackage with parameters of type Lookup
LinkInfo(Lookup target, Register target_reg, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 

Uses of Lookup in org.omg.CosTrading.ProxyPackage
 

Fields in org.omg.CosTrading.ProxyPackage declared as Lookup
 Lookup ProxyInfo.target
           
 

Constructors in org.omg.CosTrading.ProxyPackage with parameters of type Lookup
ProxyInfo(java.lang.String type, Lookup target, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)