|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.rmi.activation.ActivationGroupID
public class ActivationGroupID
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.
ActivationSystem.registerGroup(ActivationGroupDesc),
Serialized Form| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationGroupID(ActivationSystem aSystem)
aSystem - the activation system| Method Detail |
|---|
public ActivationSystem getSystem()
public int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)public boolean equals(Object obj)
equals in class Objectobj - the Object to compare to
Object.hashCode()public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||