520521522523524525526527528529530
sm.stopAllActiveServices(true); TransactionList tlist = Globals.getTransactionList(); if (tlist != null) { tlist.destroy(); } // stop JMX connectors if (cleanupJMX) { Agent agent = Globals.getAgent();