JavaTM 2 Platform
Standard Ed. 6

类 org.omg.PortableServer.POAPackage.ServantAlreadyActive
的使用

使用 ServantAlreadyActive 的软件包
org.omg.PortableServer 提供一些类和接口,用来生成跨多个供应商 ORB 的可移植应用程序的服务器端。 
org.omg.PortableServer.POAPackage 允许程序员构造可在不同 ORB 产品间移植的对象实现。 
 

org.omg.PortableServerServantAlreadyActive 的使用
 

抛出 ServantAlreadyActiveorg.omg.PortableServer 中的方法
 void POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
          此操作将指定 Object Id 与指定 servant 之间的关联输入 Active Object Map。
 byte[] POAOperations.activate_object(Servant p_servant)
          此操作生成一个 Object Id,并将该 Object Id 和指定的 servant 输入 Active Object Map。
 

org.omg.PortableServer.POAPackageServantAlreadyActive 的使用
 

返回 ServantAlreadyActiveorg.omg.PortableServer.POAPackage 中的方法
static ServantAlreadyActive ServantAlreadyActiveHelper.extract(Any a)
           
static ServantAlreadyActive ServantAlreadyActiveHelper.read(InputStream istream)
           
 

参数类型为 ServantAlreadyActiveorg.omg.PortableServer.POAPackage 中的方法
static void ServantAlreadyActiveHelper.insert(Any a, ServantAlreadyActive that)
           
static void ServantAlreadyActiveHelper.write(OutputStream ostream, ServantAlreadyActive value)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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