-
- All Superinterfaces:
-
Current
,CurrentOperations
,CurrentOperations
,IDLEntity
,Object
,Serializable
public interface Current extends CurrentOperations, Current, IDLEntity
从CORBA :: Current派生的PortableServer :: Current接口提供了访问方法被调用的对象的身份的方法实现。 提供当前界面以支持实现多个对象的仆人,但可以在任何仆人的POA调度方法调用的上下文中使用。 为了提供位置透明度,ORB需要在本地和远程调用操作的上下文中支持使用Current。 通过发出CORBA :: ORB :: resolve_initial_references(“POACurrent”)操作,应用程序可以获得Current的一个实例。 此后,它可以在由POA分派的方法的上下文中使用,以获取标识该操作被调用的对象的POA和ObjectId。
-
-
方法摘要
-
Methods inherited from interface org.omg.PortableServer.CurrentOperations
get_object_id, get_POA
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-