107108109110111112113114115116117
/* * Reset metrics that are kept track of by JMX MBeans */ Agent agent = Globals.getAgent(); if (agent != null) { agent.resetMetrics(); } } public boolean handle(IMQConnection con, Packet cmd_msg, Hashtable cmd_props) {