|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.server.core.AgentRegistrationResults
public class AgentRegistrationResults
These are the results of a successful agent registration. After the agent has been registered by the server, this object will contain the identification information assigned to the agent by the server. It will also contain the list of servers this agent can fail over to an in high availability setup.
| Constructor Summary | |
|---|---|
AgentRegistrationResults()
|
|
| Method Summary | |
|---|---|
String |
getAgentToken()
The agent token that the agent must use in order to communicate with the server in the future. |
FailoverListComposite |
getFailoverList()
The FailoverListComposite that the agent must use in order to communicate with the server in the future. |
void |
setAgentToken(String token)
See getAgentToken(). |
void |
setFailoverList(FailoverListComposite failoverList)
See getFailoverList(). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AgentRegistrationResults()
| Method Detail |
|---|
public String getAgentToken()
public void setAgentToken(String token)
getAgentToken().
token - public FailoverListComposite getFailoverList()
null but may be empty)public void setFailoverList(FailoverListComposite failoverList)
getFailoverList().
failoverList - public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||