Uses of Class
org.omg.CORBA.NamedValue
-
Packages that use NamedValue 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB编程语言的映射,包括ORB类,它被实现为程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of NamedValue in org.omg.CORBA
Methods in org.omg.CORBA that return NamedValue Modifier and Type 方法 描述 abstract NamedValueNVList. add(int flags)创建一个新的NamedValue对象,并使用给定的标志进行初始化,并将其添加到此NVList对象的末尾。abstract NamedValueNVList. add_item(String item_name, int flags)创建一个新的NamedValue对象,使用给定的名称和标志进行初始化,并将其添加到此NVList对象的末尾。abstract NamedValueNVList. add_value(String item_name, Any val, int flags)创建一个新的NamedValue对象,使用给定的名称,值和标志进行初始化,并将其添加到此NVList对象的末尾。abstract NamedValueORB. create_named_value(String s, Any any, int flags)使用给定的名称,值和参数模式标志创建一个NamedValue对象。abstract NamedValueNVList. item(int index)检索给定索引中的NamedValue对象。abstract NamedValueRequest. result()检索包含该方法的返回值的NamedValue对象。Methods in org.omg.CORBA with parameters of type NamedValue Modifier and Type 方法 描述 RequestLocalObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)使用消息“这是一个局部受限的对象”抛出一个org.omg.CORBA.NO_IMPLEMENT异常。RequestLocalObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)使用消息“这是一个本地约束的对象”来引发一个org.omg.CORBA.NO_IMPLEMENT异常。RequestObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)创建一个Request实例,使用给定的上下文,方法名称,参数列表和容器返回值进行初始化。RequestObject. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)创建使用给定上下文,方法名称,参数列表,方法返回值的容器,可能的异常列表以及需要解析的上下文串列表初始化的Request实例。 -
Uses of NamedValue in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with parameters of type NamedValue Modifier and Type 方法 描述 RequestObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)创建一个Request对象,其中包含给定的上下文,方法,参数列表和容器的结果。RequestObjectImpl. _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)创建一个Request对象,其中包含给定的上下文,方法,参数列表,结果容器,异常以及用于解析上下文字符串的属性名称列表。abstract RequestDelegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)创建一个要在动态调用接口中使用的请求实例。abstract RequestDelegate. create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)创建一个要在动态调用接口中使用的请求实例。
-