Uses of Class
org.omg.CORBA.Context
-
Packages that use Context 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of Context in org.omg.CORBA
Methods in org.omg.CORBA that return Context Modifier and Type 方法 描述 abstract Context
Context. create_child(String child_ctx_name)
创建一个Context
对象,其中给定的字符串作为其名称,并将此Context
对象设置为其父对象。abstract Context
Request. ctx()
检索此请求的Context
对象。abstract Context
ServerRequest. ctx()
当操作不是属性访问并且操作的IDL定义包含上下文表达式时,返回IDL中为操作指定的上下文信息; 否则返回Context
参考。abstract Context
ORB. get_default_context()
获取默认的Context
对象。abstract Context
Context. parent()
检索此Context
对象的父项。Methods in org.omg.CORBA with parameters of type Context 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
实例。abstract void
Request. ctx(Context c)
将该请求的Context
对象设置为给定的对象。 -
Uses of Context in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Context Modifier and Type 方法 描述 Context
InputStream. read_Context()
从流中读取CORBA上下文。Methods in org.omg.CORBA.portable with parameters of type Context 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)
创建一个要在动态调用接口中使用的请求实例。void
OutputStream. write_Context(Context ctx, ContextList contexts)
在此流上写入CORBA上下文。
-