public class ConnectAgentResults extends Object implements Serializable
| Constructor and Description |
|---|
ConnectAgentResults(long serverTime,
boolean isDown,
AgentVersion latestAgentVersion) |
| Modifier and Type | Method and Description |
|---|---|
AgentVersion |
getLatestAgentVersion()
Returns the latest agent version as known by the server returning this results object.
|
long |
getServerTime()
The current time as seen by the server clock.
|
boolean |
isDown()
If true, this indicates if the server thinks the agent is down.
|
String |
toString() |
public ConnectAgentResults(long serverTime,
boolean isDown,
AgentVersion latestAgentVersion)
public long getServerTime()
public boolean isDown()
public AgentVersion getLatestAgentVersion()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.