public class ActivationGroupID extends Objectimplements 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 Form
| Constructor and Description |
|---|
ActivationGroupID(ActivationSystem
Constructs a unique group id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
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(ActivationSystemsystem)
system - the group's activation system
UnsupportedOperationException - if and only if activation is not supported by this implementation
public ActivationSystemgetSystem()
public int hashCode()
public boolean equals(Objectobj)