/* (non-Javadoc)
  * @see org.jboss.system.ServiceMBeanSupport#destroyService()
  */
 @Override
 protected void destroyService() throws Exception {
   this.delegate = null;
   super.destroyService();
 }