Hyperic HQ Plugin API v. 4.4.0.2

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

java.lang.Object
  extended by org.hyperic.lather.LatherValue
      extended by org.hyperic.hq.bizapp.shared.lather.AgentInfo_args
          extended by org.hyperic.hq.bizapp.shared.lather.RegisterAgent_args

public class RegisterAgent_args
extends AgentInfo_args


Constructor Summary
RegisterAgent_args()
           
 
Method Summary
 java.lang.String getAgentToken()
           
 java.lang.String getAuthToken()
           
 int getCpuCount()
           
 java.lang.String getVersion()
           
 void setAuthToken(java.lang.String authToken)
           
 void setCpuCount(int count)
           
 void setVersion(java.lang.String version)
           
 void validate()
           
 
Methods inherited from class org.hyperic.hq.bizapp.shared.lather.AgentInfo_args
getAgentIP, getAgentPort, getPword, getUser, isNewTransportAgent, isUnidirectional, setAgentIP, setAgentPort, setAgentToken, setNewTransportAgent, setPword, setUser
 
Methods inherited from class org.hyperic.lather.LatherValue
addByteAToList, addDoubleToList, addIntToList, addObjectToList, addStringToList, getByteAList, getByteALists, getByteAVals, getByteAValue, getDoubleList, getDoubleLists, getDoubleVals, getDoubleValue, getIntList, getIntLists, getIntVals, getIntValue, getLongVals, getLongValue, getObjectList, getObjectLists, getObjectVals, getObjectValue, 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

RegisterAgent_args

public RegisterAgent_args()
Method Detail

setAuthToken

public void setAuthToken(java.lang.String authToken)

getAuthToken

public java.lang.String getAuthToken()

setVersion

public void setVersion(java.lang.String version)

getVersion

public java.lang.String getVersion()

setCpuCount

public void setCpuCount(int count)

getCpuCount

public int getCpuCount()

getAgentToken

public java.lang.String getAgentToken()
Overrides:
getAgentToken in class AgentInfo_args
Returns:
The agent token or null.

validate

public void validate()
              throws org.hyperic.lather.LatherRemoteException
Overrides:
validate in class AgentInfo_args
Throws:
org.hyperic.lather.LatherRemoteException

Hyperic HQ Plugin API v. 4.4.0.2

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