Uses of Class
org.omg.CORBA.portable.ServantObject
-
Packages that use ServantObject 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB
类,它被实现为程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of ServantObject in org.omg.CORBA
Methods in org.omg.CORBA that return ServantObject Modifier and Type 方法 描述 ServantObject
LocalObject. _servant_preinvoke(String operation, Class expectedType)
抛出一个org.omg.CORBA.NO_IMPLEMENT
异常消息“这是一个局部约束的对象”。Methods in org.omg.CORBA with parameters of type ServantObject Modifier and Type 方法 描述 void
LocalObject. _servant_postinvoke(ServantObject servant)
使用消息“这是一个局部受限的对象”抛出一个org.omg.CORBA.NO_IMPLEMENT
异常。 -
Uses of ServantObject in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return ServantObject Modifier and Type 方法 描述 ServantObject
ObjectImpl. _servant_preinvoke(String operation, Class expectedType)
返回对本地servant的Java引用,该引用应用于发送请求方法。ServantObject
Delegate. servant_preinvoke(Object self, String operation, Class expectedType)
返回应用于此请求的servant的Java引用。 servant_preinvoke()由本地存根调用。Methods in org.omg.CORBA.portable with parameters of type ServantObject Modifier and Type 方法 描述 void
ObjectImpl. _servant_postinvoke(ServantObject servant)
在本地存根调用对先前从方法_servant_preinvoke
的调用中检索到的本地仆人的操作之后,本地存根调用。void
Delegate. servant_postinvoke(Object self, ServantObject servant)
在本地服务器上调用操作后,本地存根调用servant_postinvoke()。
-