Package org.rhq.enterprise.server.agentclient.impl

Examples of org.rhq.enterprise.server.agentclient.impl.AgentClientImpl


                    }
                }

                ClientCommandSenderConfiguration client_config = getSenderConfiguration(agent);
                ClientCommandSender sender = getServiceContainer().createClientCommandSender(remote_uri, client_config);
                agent_client = new AgentClientImpl(agent, sender);

                // add the new cache entry, or replace the dirty cache entry (note that dirty cache entries don't
                // need to be destroyed as the new one is "logically" the same, but with updated auth info.)
                m_knownAgentClients.put(getEndpointKey(agent_address, agent_port), agent_client);
            }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.agentclient.impl.AgentClientImpl

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.