API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.activation. ActivationGroupID View Source
Author(s)
Ann Wollrath
Since
1.2
Version
1.16, 11/17/05
Serial
Hierarchy
 Object
      ActivationGroupID
Implements
 Serializable
Subclasses
Description
public class ActivationGroupID
  The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
Constructors
public ActivationGroupID (ActivationSystem system)
  Constructs a unique group id.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares two group identifiers for content equality.
public ActivationSystem getSystem ()
  Returns the group's activation system.
public int hashCode ()
  Returns a hashcode for the group's identifier.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar