|
Hyperic HQ Plugin API v. 5.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.lather.LatherValue
org.hyperic.hq.bizapp.shared.lather.AgentInfo_args
public abstract class AgentInfo_args
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 |
---|
public AgentInfo_args()
Method Detail |
---|
public void setNewTransportAgent(boolean unidirectional)
public boolean isUnidirectional()
public boolean isNewTransportAgent()
public void setUser(String user)
public String getUser()
public void setPword(String pword)
public String getPword()
public void setAgentIP(String agentIP)
public String getAgentIP()
public void setAgentPort(int agentPort)
public int getAgentPort()
public void setAgentToken(String agentToken)
public String getAgentToken()
public void setAcceptCertificates(boolean acceptCertificates)
public boolean isAcceptCertificates()
public void validate() throws org.hyperic.lather.LatherRemoteException
validate
in class org.hyperic.lather.LatherValue
org.hyperic.lather.LatherRemoteException
|
Hyperic HQ Plugin API v. 5.8.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |