Uses of Class
org.omg.CORBA.NVList
-
Packages that use NVList 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of NVList in org.omg.CORBA
Methods in org.omg.CORBA that return NVList Modifier and Type 方法 描述 abstract NVList
Request. arguments()
检索包含要调用方法的参数的NVList
对象。abstract NVList
ORB. create_list(int count)
分配一个NVList
(可能)足够的空间用于指定数量的NamedValue
对象。NVList
ORB. create_operation_list(Object oper)
创建一个NVList
初始化的参数描述,在给定的OperationDef
对象中描述的操作。abstract NVList
Context. get_values(String start_scope, int op_flags, String pattern)
检索其name
字段与给定名称或名称模式匹配的NamedValue
对象。Methods in org.omg.CORBA with parameters of type NVList Modifier and Type 方法 描述 Request
LocalObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
抛出一个org.omg.CORBA.NO_IMPLEMENT
异常消息“这是一个局部受限的对象”。Request
LocalObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
使用消息“这是一个局部受限的对象”抛出一个org.omg.CORBA.NO_IMPLEMENT
异常。Request
Object. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
创建一个Request
实例,使用给定的上下文,方法名称,参数列表以及方法返回值的容器进行初始化。Request
Object. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
创建一个使用给定上下文,方法名称,参数列表,方法返回值的容器,可能的异常列表以及需要解析的上下文串列表初始化的Request
实例。void
ServerRequest. arguments(NVList args)
指定方法参数类型并检索“in”和“inout”参数值。void
ServerRequest. params(NVList params)
已过时。使用方法arguments
abstract void
Context. set_values(NVList values)
我在此Context
对象中设置一个或多个属性值。 -
Uses of NVList in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with parameters of type NVList Modifier and Type 方法 描述 Request
ObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
创建一个Request
对象,其中包含给定的上下文,方法,参数列表和容器的结果。Request
ObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
创建一个Request
对象,其中包含给定的上下文,方法,参数列表,结果容器,异常以及用于解析上下文字符串的属性名称列表。abstract Request
Delegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)
创建一个要在动态调用接口中使用的请求实例。abstract Request
Delegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
创建一个要在动态调用接口中使用的请求实例。
-