Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.bizapp.agent.client
Class SecureAgentConnection

java.lang.Object
  extended by org.hyperic.hq.agent.client.AgentConnection
      extended by org.hyperic.hq.bizapp.agent.client.SecureAgentConnection

public class SecureAgentConnection
extends AgentConnection

An object which wraps an AgentConnection object, so as to provide SSL capabilities (associated with the CAMServerHandler's handleConnection method)


Constructor Summary
SecureAgentConnection(Agent acv)
           
SecureAgentConnection(java.lang.String agentAddress, int agentPort, java.lang.String authToken)
           
 
Method Summary
protected  java.net.Socket getSocket()
           
 java.lang.String toString()
           
 
Methods inherited from class org.hyperic.hq.agent.client.AgentConnection
closeSocket, equals, getAgentAddress, getAgentPort, getCommandResult, hashCode, sendCommand, sendCommandHeaders
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecureAgentConnection

public SecureAgentConnection(Agent acv)

SecureAgentConnection

public SecureAgentConnection(java.lang.String agentAddress,
                             int agentPort,
                             java.lang.String authToken)
Method Detail

getSocket

protected java.net.Socket getSocket()
                             throws AgentConnectionException
Overrides:
getSocket in class AgentConnection
Throws:
AgentConnectionException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.