Package groovyx.gpars.agent

Examples of groovyx.gpars.agent.Agent


    @Override
    public void execute(RemoteConnection conn) {
        updateRemoteHost(conn);

        Agent agent = conn.getLocalHost().get(Agent.class, name);
        conn.write(new RemoteAgentReplyMsg(name, agent));
    }
View Full Code Here

TOP

Related Classes of groovyx.gpars.agent.Agent

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.