public class ActivationGroupID extends Object implements Serializable
ActivationGroupID
从呼叫返回到ActivationSystem.registerGroup
,用于标识激活系统中的组。 当创建/重新创建激活组时,此组ID将作为参数传递给激活组的特殊构造函数。
ActivationGroup
, ActivationGroupDesc
, Serialized Form
Constructor and Description |
---|
ActivationGroupID(ActivationSystem system)
构造一个唯一的组ID。
|
public ActivationGroupID(ActivationSystem system)
system
- 该组的激活系统
UnsupportedOperationException
- 当且仅当此实现不支持激活时
public ActivationSystem getSystem()
public int hashCode()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.