public class AgentInformation extends Object
Modifier and Type | Field and Description |
---|---|
static Key<Boolean> |
AGENT_ALIVE_KEY |
static Category |
AGENT_INFO_CATEGORY |
Constructor and Description |
---|
AgentInformation() |
Modifier and Type | Method and Description |
---|---|
void |
addBackend(BackendInformation backend) |
List<BackendInformation> |
getBackends() |
long |
getStartTime() |
long |
getStopTime() |
boolean |
isAlive() |
void |
setAlive(boolean alive) |
void |
setStartTime(long startTime) |
void |
setStopTime(long stopTime) |
public static final Category AGENT_INFO_CATEGORY
public long getStartTime()
public void setStartTime(long startTime)
public void setStopTime(long stopTime)
public long getStopTime()
public List<BackendInformation> getBackends()
public boolean isAlive()
public void setAlive(boolean alive)
public void addBackend(BackendInformation backend)
Copyright © 2012. All Rights Reserved.