src/share/classes/java/rmi/activation/Activator.java

Print this page

        

*** 51,61 **** * which recives information about active and inactive objects and inactive * groups. <p> * * The activator is responsible for monitoring and detecting when * activation groups fail so that it can remove stale remote references ! * to groups and active object's within those groups.<p> * * @author Ann Wollrath * @see ActivationInstantiator * @see ActivationGroupDesc * @see ActivationGroupID --- 51,61 ---- * which recives information about active and inactive objects and inactive * groups. <p> * * The activator is responsible for monitoring and detecting when * activation groups fail so that it can remove stale remote references ! * to groups and active object's within those groups. * * @author Ann Wollrath * @see ActivationInstantiator * @see ActivationGroupDesc * @see ActivationGroupID
*** 93,103 **** * Remote object so that the activator does not need to load the * code for that object, or participate in distributed garbage * collection for that object. If the activator kept a strong * reference to the remote object, the activator would then * prevent the object from being garbage collected under the ! * normal distributed garbage collection mechanism. <p> * * @param id the activation identifier for the object being activated * @param force if true, the activator contacts the group to obtain * the remote object's reference; if false, returning the cached value * is allowed. --- 93,103 ---- * Remote object so that the activator does not need to load the * code for that object, or participate in distributed garbage * collection for that object. If the activator kept a strong * reference to the remote object, the activator would then * prevent the object from being garbage collected under the ! * normal distributed garbage collection mechanism. * * @param id the activation identifier for the object being activated * @param force if true, the activator contacts the group to obtain * the remote object's reference; if false, returning the cached value * is allowed.