| 接口 | 描述 | 
|---|---|
| RunTime | 
           定义表示请求的发送上下文的基类。 
          | 
| RunTimeOperations | 
           定义表示请求的发送上下文的基类的操作。 
          | 
SendingContext.RunTime接口。 
    发送上下文可以是调用的客户端或服务器端,具体取决于包含值类型的内容。 如果请求包含值类型,则发送上下文是调用的客户端。 如果回复包含值类型,则是服务器端。 通信对方是接收环境。
 编组为服务上下文SendingContext由封装的IOR为SendingContext.RunTime接口。 RunTime只是一个标记接口,定义为允许将来的可扩展性。 目前只有RunTime的一个子RunTime定义: SendingContext.CodeBase接口。 接口CodeBase定义了获取关于从发送上下文接收的值类型的代码URL和元信息的操作。 
 请注意,这些类目前在com.sun.org.omg.SendingContext程序包中定义,而不是在程序包org.omg.SendingContext 。 这样做是为了避免将接口存储库的大部分包含在JDK内核中,因为接口存储库仍在响应CORBA Components工作的需要而不断发展。 
有关Java [tm] Platform,Standard Edition 6 ORB符合的官方规范支持部分的精确列表,请参阅Official Specifications for CORBA support in Java[tm] SE 6 。
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.