|
|||||||||
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 FormConstructor 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 systemMethod Detail |
---|
public ActivationSystem getSystem()
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)
public boolean equals(Object obj)
equals
in class Object
obj
- the Object to compare to
Object.hashCode()
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |