软件包 | 描述 |
---|---|
org.omg.PortableServer |
为使您的应用程序跨多厂商的球体便携式服务器端提供的类和接口。
|
org.omg.PortableServer.POAPackage |
允许程序员构建不同的ORB产品之间的可移植对象的实现。
|
Modifier and Type | Method and Description |
---|---|
void |
POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
该操作在活动对象映射中输入指定对象标识和指定的服务之间的关联关系。
|
byte[] |
POAOperations.activate_object(Servant p_servant)
此操作生成一个对象的身份证,并在活动对象映射中输入对象标识和指定的仆人。
|
Object |
POAOperations.create_reference(String intf)
此操作将创建一个对象的引用,封装了一个POA生成对象ID值和指定的接口库的ID。
|
void |
POAOperations.deactivate_object(byte[] oid)
这一操作导致objectid指定OID参数被停用。
|
ServantManager |
POAOperations.get_servant_manager()
如果ServantRetentionPolicy是POA的保留,然后servantmanager论点(imgr)应当支持servantactivator接口。
|
Servant |
POAOperations.get_servant()
该操作返回的POA关联的默认的仆人。
|
Object |
POAOperations.id_to_reference(byte[] oid)
如果当前活动的对象具有指定的对象标识值,则返回用于激活该对象的信息的引用被返回。
|
Servant |
POAOperations.id_to_servant(byte[] oid)
如果早熟有保留政策和指定objectid是主动对象图,该操作返回,活动对象图对象关联的仆人。
|
byte[] |
POAOperations.reference_to_id(Object reference)
此操作返回由指定的引用封装的对象标识值。
|
Servant |
POAOperations.reference_to_servant(Object reference)
如果早熟有保留政策和指定的对象是主动对象映射,该操作返回,活动对象图对象关联的仆人。
|
byte[] |
POAOperations.servant_to_id(Servant p_servant)
此操作有四种可能的行为。
|
Object |
POAOperations.servant_to_reference(Servant p_servant)
此操作要求保持政策的unique_id或implicit_activation政策如果调用一个操作被这个早熟的上下文之外。
|
void |
POAOperations.set_servant_manager(ServantManager imgr)
此操作设置与POA关联的默认服务经理。
|
void |
POAOperations.set_servant(Servant p_servant)
此操作寄存器指定的仆人与早熟禾作为默认的仆人。
|
Modifier and Type | Method and Description |
---|---|
static WrongPolicy |
WrongPolicyHelper.extract(Any a) |
static WrongPolicy |
WrongPolicyHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
WrongPolicyHelper.insert(Any a, WrongPolicy that) |
static void |
WrongPolicyHelper.write(OutputStream ostream, WrongPolicy value) |
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.