java.rmi.activation
public class ActivationGroupID extends Object implements Serializable
See Also: registerGroup
Constructor Summary | |
---|---|
ActivationGroupID(ActivationSystem aSystem)
Create the new activation group id in the scope of the given activation
system
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Copmare for equality, returns true if the passed object is also the
activation group id and its activation system is the same. |
ActivationSystem | getSystem()
Get the associated activation system
|
int | hashCode()
Get the hash code of the associated activation system. |
String | toString()
Get the string representation |
Parameters: aSystem the activation system
Returns: the associated activation system