public class DebugController extends java.lang.Object implements DebuggableController
| Constructor and Description | 
|---|
DebugController()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
captureState()  | 
java.util.List<VariablesModel> | 
getChildrenForParentVariable(int variableId)  | 
StatelessDebugClient | 
getClient()  | 
DebugPayload | 
getPayload()  | 
VariablesModel | 
getVariable(int variableId)  | 
java.util.List<WebClientVariable> | 
getVariableList(WebClient client,
               int currentFrameIndex)  | 
void | 
handleRequest()  | 
void | 
setPayload(DebugPayload payload)  | 
public void handleRequest()
handleRequest in interface DebuggableControllerpublic StatelessDebugClient getClient()
getClient in interface DebuggableControllerpublic void captureState()
captureState in interface DebuggableControllerpublic java.util.List<WebClientVariable> getVariableList(WebClient client, int currentFrameIndex) throws FailoverException
FailoverExceptionpublic void setPayload(DebugPayload payload)
setPayload in interface DebuggableControllerpublic DebugPayload getPayload()
getPayload in interface DebuggableControllerpublic java.util.List<VariablesModel> getChildrenForParentVariable(int variableId)
getChildrenForParentVariable in interface DebuggableControllerpublic VariablesModel getVariable(int variableId)
getVariable in interface DebuggableController