Package com.sun.jmx.remote.generic

Examples of com.sun.jmx.remote.generic.CheckProfiles


        // with a HandshakeEndMessage sent from the server to the
        // client. If the method throws an exception, then a
        // HandshakeErrorMessage will be sent instead.
        //
        List profileNames = getProfilesByName(mc);
        CheckProfiles np = (CheckProfiles)
      env.get("com.sun.jmx.remote.profile.checker");
        if (np != null) {
      np.checkProfiles(env,
           profileNames,
           ccontext,
           connectionId);
        } else {
      checkProfilesForEquality(serverProfiles,
View Full Code Here

TOP

Related Classes of com.sun.jmx.remote.generic.CheckProfiles

Copyright © 2018 www.massapicom. 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.