コード例 #1
0
ファイル: JMSInterface.java プロジェクト: Rygbee/CiteSeerX
 /** Servlet method for gracefully shutting down the JMS MsgService. */
 public void destroy() {
   if (msgService != null) {
     msgService.close();
   }
 }