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 classAbstractRemoteFlowTab.FlowListResponseHandlerCustom handler for intercepting the responses from theListFlowsremote command.classAbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>Custom handler for intercepting the responses from theListFlowsremote command.static classAdvancedTab.InspectionResponseHandlerSpecialized response handler that populates anInspectionPanel.static classRemoteLoggingTab.LoggingResponseHandlerUpdates the buttons accordingly and displays error messages.classSimpleTabResponseHandlerOnly displays errors.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type ResponseHandler Modifier and Type Method Description protected DefaultScriptingEngineAbstractRemoteControlCenterTab. configureEngine(ResponseHandler responseHandler, int defPort)Returns new instance of a configured scripting engine.protected DefaultScriptingEngineAbstractRemoteFlowTab. configureEngine(ResponseHandler responseHandler)Returns new instance of a configured scripting engine.voidAbstractRemoteControlCenterTab. 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.voidAbstractRemoteFlowTab. 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 voidAbstractCommandWithResponse. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidRemoteCommandWithResponse. 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 voidRetrieveFile. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidStopEngine. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidSystemInfo. 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 voidGetFlow. 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 ResponseHandlerAbstractScriptingEngine. m_ResponseHandlerthe response handler to use.Methods in adams.scripting.engine that return ResponseHandler Modifier and Type Method Description protected ResponseHandlerAbstractScriptingEngine. getDefaultResponseHandler()Returns the default request handler.ResponseHandlerAbstractScriptingEngine. getResponseHandler()Returns the response listener in use.ResponseHandlerRemoteScriptingEngine. getResponseHandler()Returns the response handler in use.Methods in adams.scripting.engine with parameters of type ResponseHandler Modifier and Type Method Description voidAbstractScriptingEngine. setResponseHandler(ResponseHandler value)Sets the response listener to use.voidRemoteScriptingEngine. 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 classAbstractResponseHandlerAncestor for response handlers.classCallableActorsHandlerForwards the responses to the specified (optional) callable actor..classCommandDumperHandlerSaves the responses as command files.classLoggingHandlerOutputs the responses using the logger.classMultiHandlerCombines multiple handlers.classNullHandlerDoes nothing.classSimpleLogPanelResponseHandlerFor logging responses.Fields in adams.scripting.responsehandler declared as ResponseHandler Modifier and Type Field Description protected ResponseHandler[]MultiHandler. m_Handlersthe 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 voidMultiHandler. addHandler(ResponseHandler value)Adds the handler to use.static booleanAbstractResponseHandler. insertHandler(Object source, AbstractApplicationFrame app, ResponseHandler handler)For inserting a response handler into the scripting engine.voidMultiHandler. setHandlers(ResponseHandler[] value)Sets the handlers to use.
-