Hyperic HQ Plugin API v. 5.8.0

org.hyperic.hq.bizapp.shared.lather
Class AgentInfo_args

java.lang.Object
  extended by org.hyperic.lather.LatherValue
      extended by org.hyperic.hq.bizapp.shared.lather.AgentInfo_args
Direct Known Subclasses:
RegisterAgent_args, UpdateAgent_args

public abstract class AgentInfo_args
extends org.hyperic.lather.LatherValue


Constructor Summary
AgentInfo_args()
           
 
Method Summary
 String getAgentIP()
           
 int getAgentPort()
           
 String getAgentToken()
           
 String getPword()
           
 String getUser()
           
 boolean isAcceptCertificates()
           
 boolean isNewTransportAgent()
           
 boolean isUnidirectional()
           
 void setAcceptCertificates(boolean acceptCertificates)
           
 void setAgentIP(String agentIP)
           
 void setAgentPort(int agentPort)
           
 void setAgentToken(String agentToken)
           
 void setNewTransportAgent(boolean unidirectional)
           
 void setPword(String pword)
           
 void setUser(String user)
           
 void validate()
           
 
Methods inherited from class org.hyperic.lather.LatherValue
addByteAToList, addDoubleToList, addIntToList, addObject, addObjectToList, addStringToList, getByteAList, getByteALists, getByteAVals, getByteAValue, getDoubleList, getDoubleLists, getDoubleVals, getDoubleValue, getIntList, getIntLists, getIntVals, getIntValue, getLongVals, getLongValue, getObject, getObjectList, getObjectLists, getObjectVals, getObjectValue, getSerializableMap, getStringList, getStringLists, getStringVals, getStringValue, setByteAValue, setDoubleValue, setIntValue, setLongValue, setObjectValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentInfo_args

public AgentInfo_args()
Method Detail

setNewTransportAgent

public void setNewTransportAgent(boolean unidirectional)

isUnidirectional

public boolean isUnidirectional()

isNewTransportAgent

public boolean isNewTransportAgent()

setUser

public void setUser(String user)

getUser

public String getUser()

setPword

public void setPword(String pword)

getPword

public String getPword()

setAgentIP

public void setAgentIP(String agentIP)

getAgentIP

public String getAgentIP()

setAgentPort

public void setAgentPort(int agentPort)

getAgentPort

public int getAgentPort()

setAgentToken

public void setAgentToken(String agentToken)

getAgentToken

public String getAgentToken()

setAcceptCertificates

public void setAcceptCertificates(boolean acceptCertificates)

isAcceptCertificates

public boolean isAcceptCertificates()

validate

public void validate()
              throws org.hyperic.lather.LatherRemoteException
Specified by:
validate in class org.hyperic.lather.LatherValue
Throws:
org.hyperic.lather.LatherRemoteException

Hyperic HQ Plugin API v. 5.8.0

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