Uses of Class
org.omg.CosTrading.InvalidLookupRef

Packages that use InvalidLookupRef
org.omg.CosTrading   
 

Uses of InvalidLookupRef in org.omg.CosTrading
 

Fields in org.omg.CosTrading declared as InvalidLookupRef
 InvalidLookupRef InvalidLookupRefHolder.value
           
 

Methods in org.omg.CosTrading that return InvalidLookupRef
static InvalidLookupRef InvalidLookupRefHelper.extract(Any any)
           
static InvalidLookupRef InvalidLookupRefHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading with parameters of type InvalidLookupRef
static void InvalidLookupRefHelper.insert(Any any, InvalidLookupRef s)
           
static void InvalidLookupRefHelper.write(OutputStream out, InvalidLookupRef s)
           
 

Methods in org.omg.CosTrading that throw InvalidLookupRef
 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)
           
 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 InvalidLookupRef
InvalidLookupRefHolder(InvalidLookupRef initial)