Package com.insightfullogic.honest_profiler.core

Examples of com.insightfullogic.honest_profiler.core.ThreadedAgent


    public LocalMachineSource(final Logger logger, final MachineListener listener, final Conductor conductor) {
        this.logger = logger;
        this.listener = listener;
        this.conductor = conductor;
        previous = new HashSet<>();
        threadedAgent = new ThreadedAgent(LoggerFactory.getLogger(ThreadedAgent.class), this::discoverVirtualMachines);
    }
View Full Code Here

TOP

Related Classes of com.insightfullogic.honest_profiler.core.ThreadedAgent

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.