JavaTM 2 Platform
Standard Ed. 6

类 org.omg.PortableServer.ForwardRequest
的使用

使用 ForwardRequest 的软件包
org.omg.PortableServer 提供一些类和接口,用来生成跨多个供应商 ORB 的可移植应用程序的服务器端。 
 

org.omg.PortableServerForwardRequest 的使用
 

返回 ForwardRequestorg.omg.PortableServer 中的方法
static ForwardRequest ForwardRequestHelper.extract(Any a)
           
static ForwardRequest ForwardRequestHelper.read(InputStream istream)
           
 

参数类型为 ForwardRequestorg.omg.PortableServer 中的方法
static void ForwardRequestHelper.insert(Any a, ForwardRequest that)
           
static void ForwardRequestHelper.write(OutputStream ostream, ForwardRequest value)
           
 

抛出 ForwardRequestorg.omg.PortableServer 中的方法
 Servant ServantActivatorOperations.incarnate(byte[] oid, POA adapter)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,则只要 POA 收到针对当前未激活对象的请求,它就会调用此操作。
 Servant _ServantActivatorStub.incarnate(byte[] oid, POA adapter)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,则只要 POA 收到对当前未激活对象的请求,它就会调用此操作。
 Servant ServantLocatorOperations.preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
          此操作用来获取一个 servant,该 servant 将用来处理导致预调用 preinvoke 的请求。
 Servant _ServantLocatorStub.preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
          此操作用来获取一个 servant,该 servant 将用来处理导致调用 preinvoke 的请求。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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