| public class java.rmi.activation ActivationGroupID
|
Java SE 6 |
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.
| version | 1.16, 11/17/05 |
| since | 1.2 |
| See also | java.rmi.activation.ActivationGroup, java.rmi.activation.ActivationGroupDesc |
| Constructors | |||||
|---|---|---|---|---|---|
| public | ActivationGroupID(ActivationSystem system) Details
Constructs a unique group id.
| ||||
| Methods | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean | equals(Object obj) Details
Compares two group identifiers for content equality.
Returns true if both of the following conditions are true:
1) the unique identifiers are equivalent (by content), and
2) the activation system specified in each
refers to the same remote object.
| ||||||||
| public int | hashCode() Details
Returns a hashcode for the group's identifier. Two group
identifiers that refer to the same remote group will have the
same hash code.
| ||||||||
| Properties | |||||
|---|---|---|---|---|---|
| public ActivationSystem | getSystem() Details
Returns the group's activation system.
| ||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|