Uses of Interface
adams.scripting.responsehandler.ResponseHandler
-
-
Uses of ResponseHandler in adams.gui.tools.remotecontrolcenter.panels
Classes in adams.gui.tools.remotecontrolcenter.panels that implement ResponseHandler Modifier and Type Class Description static class
AbstractRemoteFlowTab.FlowListResponseHandler
Custom handler for intercepting the responses from theListFlows
remote command.class
AbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>
Custom handler for intercepting the responses from theListFlows
remote command.static class
AdvancedTab.InspectionResponseHandler
Specialized response handler that populates anInspectionPanel
.static class
RemoteLoggingTab.LoggingResponseHandler
Updates the buttons accordingly and displays error messages.class
SimpleTabResponseHandler
Only displays errors.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type ResponseHandler Modifier and Type Method Description protected DefaultScriptingEngine
AbstractRemoteControlCenterTab. configureEngine(ResponseHandler responseHandler, int defPort)
Returns new instance of a configured scripting engine.protected DefaultScriptingEngine
AbstractRemoteFlowTab. configureEngine(ResponseHandler responseHandler)
Returns new instance of a configured scripting engine.void
AbstractRemoteControlCenterTab. sendCommandWithReponse(RemoteCommandWithResponse cmd, RemoteCommandProcessor processor, ResponseHandler responseHandler, BaseHostname local, BaseHostname remote, int defPort)
Sends the specified command and the response handler for intercepting the result.void
AbstractRemoteFlowTab. sendCommandWithReponse(RemoteCommandWithResponse cmd, ResponseHandler responseHandler)
Sends the specified command and the response handler for intercepting the result. -
Uses of ResponseHandler in adams.scripting.command
Methods in adams.scripting.command with parameters of type ResponseHandler Modifier and Type Method Description void
AbstractCommandWithResponse. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response.void
RemoteCommandWithResponse. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response. -
Uses of ResponseHandler in adams.scripting.command.basic
Methods in adams.scripting.command.basic with parameters of type ResponseHandler Modifier and Type Method Description void
RetrieveFile. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response.void
StopEngine. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response.void
SystemInfo. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response. -
Uses of ResponseHandler in adams.scripting.command.flow
Methods in adams.scripting.command.flow with parameters of type ResponseHandler Modifier and Type Method Description void
GetFlow. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)
Handles the response. -
Uses of ResponseHandler in adams.scripting.engine
Fields in adams.scripting.engine declared as ResponseHandler Modifier and Type Field Description protected ResponseHandler
AbstractScriptingEngine. m_ResponseHandler
the response handler to use.Methods in adams.scripting.engine that return ResponseHandler Modifier and Type Method Description protected ResponseHandler
AbstractScriptingEngine. getDefaultResponseHandler()
Returns the default request handler.ResponseHandler
AbstractScriptingEngine. getResponseHandler()
Returns the response listener in use.ResponseHandler
RemoteScriptingEngine. getResponseHandler()
Returns the response handler in use.Methods in adams.scripting.engine with parameters of type ResponseHandler Modifier and Type Method Description void
AbstractScriptingEngine. setResponseHandler(ResponseHandler value)
Sets the response listener to use.void
RemoteScriptingEngine. setResponseHandler(ResponseHandler value)
Sets the response handler to use. -
Uses of ResponseHandler in adams.scripting.responsehandler
Classes in adams.scripting.responsehandler that implement ResponseHandler Modifier and Type Class Description class
AbstractResponseHandler
Ancestor for response handlers.class
CallableActorsHandler
Forwards the responses to the specified (optional) callable actor..class
CommandDumperHandler
Saves the responses as command files.class
LoggingHandler
Outputs the responses using the logger.class
MultiHandler
Combines multiple handlers.class
NullHandler
Does nothing.class
SimpleLogPanelResponseHandler
For logging responses.Fields in adams.scripting.responsehandler declared as ResponseHandler Modifier and Type Field Description protected ResponseHandler[]
MultiHandler. m_Handlers
the handlers to use.Methods in adams.scripting.responsehandler that return ResponseHandler Modifier and Type Method Description ResponseHandler[]
MultiHandler. getHandlers()
Returns the handlers in use.Methods in adams.scripting.responsehandler with parameters of type ResponseHandler Modifier and Type Method Description void
MultiHandler. addHandler(ResponseHandler value)
Adds the handler to use.static boolean
AbstractResponseHandler. insertHandler(Object source, AbstractApplicationFrame app, ResponseHandler handler)
For inserting a response handler into the scripting engine.void
MultiHandler. setHandlers(ResponseHandler[] value)
Sets the handlers to use.
-