public interface Delegate
Modifier and Type | Method and Description |
---|---|
POA |
default_POA(Servant Self)
这个函数的默认行为是根POA与公务员相关的ORB实例返回。
|
Object |
get_interface_def(Servant self)
此操作返回在接口库中的对象,该对象提供了可能对程序有用的类型信息。
|
boolean |
is_a(Servant Self, String Repository_Id)
该方法检查是否存在于指定的快速返回的列表_all_interfaces()或是通用的CORBA对象库的ID。
|
boolean |
non_existent(Servant Self)
此操作用于检查对象的存在性。
|
byte[] |
object_id(Servant Self)
方法_object_id()相当于调用portableserver::::get_object_id电流。
|
ORB |
orb(Servant Self)
方便的方法,返回与仆人目前相关的ORB实例。
|
POA |
poa(Servant Self)
方法_poa()相当于调用portableserver::电流:get_poa。
|
Object |
this_object(Servant Self)
这让仆人来获得它化身为请求的目标对象的对象引用。
|
byte[] object_id(Servant Self)
Self
的仆人。
boolean is_a(Servant Self, String Repository_Id)
Self
的仆人。
Repository_Id
-在库列表或对通用的CORBA对象ID检查repository_id。
boolean non_existent(Servant Self)
Self
的仆人。
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.