软件包 | 描述 |
---|---|
javax.rmi.CORBA |
包含携带RMI-IIOP API。
|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
org.omg.CORBA_2_3 |
的corba_2_3包定义在java [商标]标准版6现有的CORBA接口的补充。 这些变化发生在最近修订的API定义的OMG的CORBA。 新方法添加到 源自于CORBA封装相应的接口。 提供向后兼容性,避免打破JCK试验。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
org.omg.CosNaming |
对于java IDL提供命名服务。
|
org.omg.PortableServer |
为使您的应用程序跨多厂商的球体便携式服务器端提供的类和接口。
|
org.omg.PortableServer.portable |
为使您的应用程序跨多厂商的球体便携式服务器端提供的类和接口。
|
Modifier and Type | Method and Description |
---|---|
ORB |
Tie.orb()
返回此系球。
|
Modifier and Type | Method and Description |
---|---|
void |
Stub.connect(ORB orb)
连接这株球。
|
void |
StubDelegate.connect(Stub self, ORB orb)
|
static Object |
Util.copyObject(Object obj, ORB orb)
复制或连接一个对象。
|
Object |
UtilDelegate.copyObject(Object obj, ORB orb)
|
static Object[] |
Util.copyObjects(Object[] obj, ORB orb)
复制或连接一个对象数组。
|
Object[] |
UtilDelegate.copyObjects(Object[] obj, ORB orb)
|
void |
Tie.orb(ORB orb)
设置此系球。
|
Modifier and Type | Method and Description |
---|---|
ORB |
LocalObject._orb()
抛出的信息“这是一个局部约束对象的
org.omg.CORBA.NO_IMPLEMENT 例外。”这种方法的
org.omg.CORBA.Object 方法的默认实现。
|
static ORB |
ORB.init()
返回
ORB singleton对象。
|
static ORB |
ORB.init(Applet app, Properties props)
创建一个新的
ORB applet实例。
|
static ORB |
ORB.init(String[] args, Properties props)
创建一个独立的应用程序的一个新的
ORB 实例。
|
Modifier and Type | Class and Description |
---|---|
class |
ORB
一类
org.omg.CORBA.ORB 延伸使球体便携式OMG的CORBA规范的2.3版下。
|
Modifier and Type | Method and Description |
---|---|
ORB |
ObjectImpl._orb()
返回一个引用这个对象及其委托相关的ORB。
|
ORB |
InputStream.orb()
返回创建此InputStream ORB。
|
ORB |
OutputStream.orb()
返回创建OutputStream ORB。
|
ORB |
Delegate.orb(Object obj)
参考与参数相关的ORB提供了。
|
Modifier and Type | Method and Description |
---|---|
NamingContext |
NamingContextPOA._this(ORB orb) |
BindingIterator |
BindingIteratorPOA._this(ORB orb) |
NamingContextExt |
NamingContextExtPOA._this(ORB orb) |
Modifier and Type | Method and Description |
---|---|
ORB |
Servant._orb()
返回与当前相关
Servant ORB实例(方便法)。
|
Modifier and Type | Method and Description |
---|---|
Object |
Servant._this_object(ORB orb)
让仆人去获得它化身为请求的目标对象的对象引用。
|
ServantLocator |
ServantLocatorPOA._this(ORB orb) |
ServantActivator |
ServantActivatorPOA._this(ORB orb) |
Modifier and Type | Method and Description |
---|---|
ORB |
Delegate.orb(Servant Self)
方便的方法,返回与仆人目前相关的ORB实例。
|
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.