java.rmi.activation

Class ActivationGroupID

public class ActivationGroupID extends Object implements Serializable

This identifier identifies the activation group inside the scope of its activation system. It also contains (and can provide) the reference to the groups activation system.

See Also: registerGroup

Constructor Summary
ActivationGroupID(ActivationSystem aSystem)
Create the new activation group id in the scope of the given activation system
Method Summary
booleanequals(Object obj)
Copmare for equality, returns true if the passed object is also the activation group id and its activation system is the same.
ActivationSystemgetSystem()
Get the associated activation system
inthashCode()
Get the hash code of the associated activation system.
StringtoString()
Get the string representation

Constructor Detail

ActivationGroupID

public ActivationGroupID(ActivationSystem aSystem)
Create the new activation group id in the scope of the given activation system

Parameters: aSystem the activation system

Method Detail

equals

public 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.

getSystem

public ActivationSystem getSystem()
Get the associated activation system

Returns: the associated activation system

hashCode

public int hashCode()
Get the hash code of the associated activation system.

toString

public String toString()
Get the string representation