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

Print this page

        

*** 59,69 **** * records, in stable storage, the activation descriptor and its * associated identifier for later use. When the <code>Activator</code> * receives an <code>activate</code> request for a specific identifier, it * looks up the activation descriptor (registered previously) for * the specified identifier and uses that information to activate ! * the object. <p> * * @param desc the object's activation descriptor * @return the activation id that can be used to activate the object * @exception ActivationException if registration fails (e.g., database * update failure, etc). --- 59,69 ---- * records, in stable storage, the activation descriptor and its * associated identifier for later use. When the <code>Activator</code> * receives an <code>activate</code> request for a specific identifier, it * looks up the activation descriptor (registered previously) for * the specified identifier and uses that information to activate ! * the object. * * @param desc the object's activation descriptor * @return the activation id that can be used to activate the object * @exception ActivationException if registration fails (e.g., database * update failure, etc).