public class ActivationGroupID extends Object implements Serializable
The ActivationGroupID
is returned from the call to
ActivationSystem.registerGroup
and is used to identify
the group within the activation system. This group id is passed
as one of the arguments to the activation group's special constructor
when an activation group is created/recreated.
ActivationGroup
,
ActivationGroupDesc
,
Serialized FormConstructor and Description |
---|
ActivationGroupID(ActivationSystem system)
Constructs a unique group id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares two group identifiers for content equality.
|
ActivationSystem |
getSystem()
Returns the group's activation system.
|
int |
hashCode()
Returns a hashcode for the group's identifier.
|
public ActivationGroupID(ActivationSystem system)
system
- the group's activation systemUnsupportedOperationException
- if and only if activation is
not supported by this implementationpublic ActivationSystem getSystem()
public int hashCode()
public boolean equals(Object obj)
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, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.