API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.activation. ActivationMonitor View Source
Author(s)
Ann Wollrath
Since
1.2
Version
1.17, 11/17/05
Serial
Hierarchy
 Remote
      ActivationMonitor
Subinterfaces
Description
public interface ActivationMonitor
  An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup (this is done internally).
Methods
Hide/Show inherited methods
public void activeObject (ActivationID id, MarshalledObject<Remote> obj) throws UnknownObjectException RemoteException
  Informs that an object is now active.
public void inactiveGroup (ActivationGroupID id, long incarnation) throws UnknownGroupException RemoteException
  Informs that the group is now inactive.
public void inactiveObject (ActivationID id) throws UnknownObjectException RemoteException
  An activation group calls its monitor's inactiveObject method when an object in its group becomes inactive (deactivates).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar