jdk/src/share/classes/java/rmi/activation/ActivationMonitor.java
changeset 23720 7d5147c21927
parent 5506 202f599c92aa
equal deleted inserted replaced
23719:7c9e2106906c 23720:7d5147c21927
    61      * it holds for the object with the activation identifier,
    61      * it holds for the object with the activation identifier,
    62      * <code>id</code>, is no longer valid. The monitor considers the
    62      * <code>id</code>, is no longer valid. The monitor considers the
    63      * reference associated with <code>id</code> as a stale reference.
    63      * reference associated with <code>id</code> as a stale reference.
    64      * Since the reference is considered stale, a subsequent
    64      * Since the reference is considered stale, a subsequent
    65      * <code>activate</code> call for the same activation identifier
    65      * <code>activate</code> call for the same activation identifier
    66      * results in re-activating the remote object.<p>
    66      * results in re-activating the remote object.
    67      *
    67      *
    68      * @param id the object's activation identifier
    68      * @param id the object's activation identifier
    69      * @exception UnknownObjectException if object is unknown
    69      * @exception UnknownObjectException if object is unknown
    70      * @exception RemoteException if remote call fails
    70      * @exception RemoteException if remote call fails
    71      * @since 1.2
    71      * @since 1.2