true
if this client can communicate with the agent. This *only* means a comm link can be established. It does not mean the Agent is ready to service requests. For that use {@link #pingService(long)} This will return false
if, for any reason, the agent cannot be pinged(which could mean the agent is down, or a network problem has occurred that prohibits the client from reaching the agent).
@param timeoutMillis the amount of time, in milliseconds, the caller wants to wait before considering the agentdown
@return true
if the agent can be pinged; false
if this client cannot communicate withthe agent for some reason
|
|