Uses of Class
de.aristaflow.ilm.ws.model.monitor.IdvRemoteIteratorWebService
Packages that use IdvRemoteIteratorWebService
Package
Description
-
Uses of IdvRemoteIteratorWebService in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as IdvRemoteIteratorWebServiceModifier and TypeFieldDescriptionprotected final IdvRemoteIteratorWebServiceInstanceExecutionMonitorWebService.iriwsThe web service for remote iterator handlers for instance data values.Methods in de.aristaflow.ilm.ws.core.executionmanager that return IdvRemoteIteratorWebServiceModifier and TypeMethodDescriptionInstanceExecutionMonitorWebService.getIdvRemoteIteratorWebService() -
Uses of IdvRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.monitor
Constructors in de.aristaflow.ilm.ws.rest.model.monitor with parameters of type IdvRemoteIteratorWebServiceModifierConstructorDescriptionIdvRemoteIteratorRest(IdvRemoteIteratorWebService service, de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, de.aristaflow.adept2.base.communication.rest.ResponseHandler respHandler, de.aristaflow.adept2.base.communication.rest.ExceptionHandler excpHandler, de.aristaflow.adept2.base.communication.rest.ServiceResourceConfig srConf, Supplier<com.fasterxml.jackson.databind.ObjectMapper> objectMapper, UnaryOperator<Exception> headerDataExcpAdapter)