API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.activation. ActivationID View Source
Author(s)
Ann Wollrath
Since
1.2
Version
1.31, 05/11/17
Serial
Hierarchy
 Object
      ActivationID
Implements
 Serializable
Subclasses
Description
public class ActivationID
  Activation makes use of special identifiers to denote remote objects that can be activated over time.
See also:    Activatable
Constructors
public ActivationID (Activator activator)
  The constructor for ActivationID takes a single argument, activator, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.
Methods
Hide/Show inherited methods
public Remote activate (boolean force) throws ActivationException UnknownObjectException RemoteException
  Activate the object for this id.
public boolean equals (Object obj)
  Compares two activation ids for content equality.
public int hashCode ()
  Returns a hashcode for the activation id.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar