JavaTM Platform
Standard Ed. 6

接口 java.rmi.activation.ActivationSystem
的使用

使用 ActivationSystem 的软件包
java.rmi.activation 为 RMI 对象激活提供支持。 
 

java.rmi.activation 中 ActivationSystem 的使用
 

返回 ActivationSystem 的 java.rmi.activation 中的方法
static ActivationSystem ActivationGroup.getSystem()
          返回该 VM 的激活系统。
 ActivationSystem ActivationGroupID.getSystem()
          返回组的激活系统。
 

参数类型为 ActivationSystem 的 java.rmi.activation 中的方法
static void ActivationGroup.setSystem(ActivationSystem system)
          设置该 VM 的激活系统。
 

参数类型为 ActivationSystem 的 java.rmi.activation 中的构造方法
ActivationGroupID(ActivationSystem system)
          构造一个唯一的组 id。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。