Package com.sun.enterprise.diagnostics.collect

Examples of com.sun.enterprise.diagnostics.collect.MonitoringInfoCollector


        }

        String reportDir = config.getTarget().getIntermediateReportDir();

        if(target.getType().equals(TargetType.DAS) || target.getType().equals(EETargetType.DOMAIN)){
            addCollector(new MonitoringInfoCollector(null,Constants.SERVER,target.getIntermediateReportDir()));
        }

        if(target.getType().equals(EETargetType.CLUSTER)) {

            // collectors cannot be added for a cluster without any instances.
View Full Code Here

TOP

Related Classes of com.sun.enterprise.diagnostics.collect.MonitoringInfoCollector

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.