Uses of Class
org.omg.CosTrading.ProxyPackage.IllegalRecipe

Packages that use IllegalRecipe
org.omg.CosTrading   
org.omg.CosTrading.ProxyPackage   
 

Uses of IllegalRecipe in org.omg.CosTrading
 

Methods in org.omg.CosTrading that throw IllegalRecipe
 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)
           
 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 _ProxyStub.export_proxy(Lookup target, java.lang.String type, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 

Uses of IllegalRecipe in org.omg.CosTrading.ProxyPackage
 

Fields in org.omg.CosTrading.ProxyPackage declared as IllegalRecipe
 IllegalRecipe IllegalRecipeHolder.value
           
 

Methods in org.omg.CosTrading.ProxyPackage that return IllegalRecipe
static IllegalRecipe IllegalRecipeHelper.extract(Any any)
           
static IllegalRecipe IllegalRecipeHelper.read(InputStream in)
           
 

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

Constructors in org.omg.CosTrading.ProxyPackage with parameters of type IllegalRecipe
IllegalRecipeHolder(IllegalRecipe initial)