예제 #1
0
 @Override
 public void destroy() throws Exception {
   if (null != instance) {
     instance.stop();
   }
 }