120121122123124125126127128129130
} public void stop() throws Exception { Session session = Session.lookupSession(sessionID); if (session != null) { session.disconnect(); } } public void start() throws Exception {