|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.rmi.activation
Class ActivationGroupID

java.lang.Objectjava.rmi.activation.ActivationGroupID
- All Implemented Interfaces:
- java.io.Serializable
- public class ActivationGroupID
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
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.
| Field Summary | |
(package private) static long |
serialVersionUID
Use SVUID for interoperability. |
(package private) ActivationSystem |
system
The associated activation system. |
(package private) java.rmi.server.UID |
uid
The object identifier, making the ID unique. |
| Constructor Summary | |
ActivationGroupID(ActivationSystem aSystem)
Create the new activation group id in the scope of the given activation system |
|
| Method Summary | |
boolean |
equals(java.lang.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. |
java.lang.String |
toString()
Get the string representation |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
static final long serialVersionUID
- Use SVUID for interoperability.
- See Also:
- Constant Field Values
system
final ActivationSystem system
- The associated activation system.
uid
final java.rmi.server.UID uid
- The object identifier, making the ID unique.
| Constructor Detail |
ActivationGroupID
public ActivationGroupID(ActivationSystem aSystem)
- Create the new activation group id in the scope of the given activation
system
| Method Detail |
getSystem
public ActivationSystem getSystem()
- Get the associated activation system
hashCode
public int hashCode()
- Get the hash code of the associated activation system.
equals
public boolean equals(java.lang.Object obj)
- Copmare for equality, returns true if the passed object is also the
activation group id and its activation system is the same.
toString
public java.lang.String toString()
- Get the string representation
|
|||||||||
| Home >> All >> java >> rmi >> [ activation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.rmi.activation.ActivationGroupID