jdk/src/share/classes/javax/management/loading/MLet.java
changeset 14014 da3648e13e67
parent 13041 8477cb6992be
child 21656 d4c777ccb1db
equal deleted inserted replaced
14013:10f55dd791e1 14014:da3648e13e67
   796 
   796 
   797      /**
   797      /**
   798       * Allows the m-let to perform any operations it needs before being unregistered
   798       * Allows the m-let to perform any operations it needs before being unregistered
   799       * by the MBean server.
   799       * by the MBean server.
   800       *
   800       *
   801       * @exception java.langException This exception should be caught
   801       * @exception java.lang.Exception This exception should be caught
   802       * by the MBean server and re-thrown as an
   802       * by the MBean server and re-thrown as an
   803       * MBeanRegistrationException.
   803       * MBeanRegistrationException.
   804       */
   804       */
   805      public void preDeregister() throws java.lang.Exception {
   805      public void preDeregister() throws java.lang.Exception {
   806      }
   806      }