Package com.sun.jmx.remote.generic

Examples of com.sun.jmx.remote.generic.ProfileClient.terminate()


    public void connectionClosed(MessageConnection mc) {
        for (Iterator i = profilesList.iterator(); i.hasNext(); ) {
            ProfileClient p = (ProfileClient) i.next();
            try {
                p.terminate();
            } catch (Exception e) {
    if (logger.debugOn()) {
        logger.debug("connectionClosed",
         "Got an exception to terminate a ProfileClient: "+p.getName(), e);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.