Interface AgentState
public interface AgentState
A representation of the capture client's current state (MH-730). This is not an enum because we wish to preserve
inter-version compatibility (eg, a version 2 agent talking to a version 1 core)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantCAPTURING="capturing"static final StringConstantERROR="error"static final StringConstantIDLE="idle"The collection of all known states.static final StringConstantOFFLINE="offline"static final StringConstantSHUTTING_DOWN="shutting_down"static final Stringstatic final StringConstantUNKNOWN="unknown"static final StringConstantUPLOADING="uploading"
-
Field Details
-
IDLE
ConstantIDLE="idle"- See Also:
-
SHUTTING_DOWN
ConstantSHUTTING_DOWN="shutting_down"- See Also:
-
CAPTURING
ConstantCAPTURING="capturing"- See Also:
-
UPLOADING
ConstantUPLOADING="uploading"- See Also:
-
UNKNOWN
ConstantUNKNOWN="unknown"- See Also:
-
OFFLINE
ConstantOFFLINE="offline"- See Also:
-
ERROR
ConstantERROR="error"- See Also:
-
KNOWN_STATES
The collection of all known states. TODO: Remove this when the states are replaced with enums -
TRANSLATION_PREFIX
- See Also:
-