Uses of Class
org.omg.CORBA.NamedValue

Packages that use NamedValue
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.PortableInterceptor   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.PortableServer   
 

Uses of NamedValue in org.apache.yoko.orb.CORBA
 

Subclasses of NamedValue in org.apache.yoko.orb.CORBA
 class NamedValue
           
 

Methods in org.apache.yoko.orb.CORBA that return NamedValue
 NamedValue NVList.add_item(String item_name, int flags)
           
 NamedValue NVList.add_value(String item_name, Any a, int flags)
           
 NamedValue NVList.add(int flags)
           
 NamedValue NVList.item(int index)
           
 NamedValue Request.result()
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type NamedValue
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 

Uses of NamedValue in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as NamedValue
protected  NamedValue PIDIIDowncall.result_
           
 

Methods in org.apache.yoko.orb.OB with parameters of type NamedValue
 Downcall DowncallStub.createPIDIIDowncall(String op, boolean resp, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type NamedValue
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Uses of NamedValue in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return NamedValue
 NamedValue ORB_impl.create_named_value(String name, Any value, int flags)
           
 NamedValue ORBSingleton_impl.create_named_value(String name, Any value, int flags)
           
 

Uses of NamedValue in org.apache.yoko.orb.PortableInterceptor
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type NamedValue
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Uses of NamedValue in org.omg.CORBA
 

Methods in org.omg.CORBA that return NamedValue
abstract  NamedValue NVList.add_item(String item_name, int flags)
           
abstract  NamedValue NVList.add_value(String item_name, Any val, int flags)
           
abstract  NamedValue NVList.add(int flags)
           
abstract  NamedValue ORB.create_named_value(String name, Any value, int flags)
           
abstract  NamedValue NVList.item(int index)
           
abstract  NamedValue Request.result()
           
 

Methods in org.omg.CORBA with parameters of type NamedValue
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 

Uses of NamedValue in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type NamedValue
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 

Uses of NamedValue in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type NamedValue
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.