JavaTM 2 Platform
Standard Ed. 6

类 org.omg.CORBA.portable.ServantObject
的使用

使用 ServantObject 的软件包
org.omg.CORBA 提供 OMG CORBA API 到 JavaTM 编程语言的映射,包括 ORB 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 
org.omg.CORBA.portable 提供可移植性层,即可以使一个供应商生成的代码运行在另一个供应商 ORB 上的 ORB API 集合。 
 

org.omg.CORBAServantObject 的使用
 

返回 ServantObjectorg.omg.CORBA 中的方法
 ServantObject LocalObject._servant_preinvoke(String operation, Class expectedType)
          抛出 org.omg.CORBA.NO_IMPLEMENT 异常,并带有消息 "This is a locally constrained object"。
 

参数类型为 ServantObjectorg.omg.CORBA 中的方法
 void LocalObject._servant_postinvoke(ServantObject servant)
          抛出 org.omg.CORBA.NO_IMPLEMENT 异常,并带有消息 "This is a locally constrained object"。
 

org.omg.CORBA.portableServantObject 的使用
 

返回 ServantObjectorg.omg.CORBA.portable 中的方法
 ServantObject ObjectImpl._servant_preinvoke(String operation, Class expectedType)
          返回对本地 servant 的 Java 引用,该引用应该被用来发送对指定方法的请求。
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
          返回对应该用作此请求的 servant 的 Java 引用。
 

参数类型为 ServantObjectorg.omg.CORBA.portable 中的方法
 void ObjectImpl._servant_postinvoke(ServantObject servant)
          本地 stub 在发起了对本地 servant(通过对 _servant_preinvoke 方法的调用得到)的一次操作后,再调用此方法。
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
          servant_postinvoke() 由本地 stub 在已经对本地 servant 调用该操作之后调用。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only