Uses of Class
de.aristaflow.ilm.ws.model.runtimeenvironment.NsRemoteIteratorWebService
-
Packages that use NsRemoteIteratorWebService Package Description de.aristaflow.ilm.ws.core.runtimemanager de.aristaflow.ilm.ws.core.runtimeservice de.aristaflow.ilm.ws.rest.model.runtimeenvironment -
-
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimemanager
Fields in de.aristaflow.ilm.ws.core.runtimemanager declared as NsRemoteIteratorWebService Modifier and Type Field Description protected NsRemoteIteratorWebService
RuntimeManagerWebService. nriws
The web service for remote iterator handlers for node states.Methods in de.aristaflow.ilm.ws.core.runtimemanager that return NsRemoteIteratorWebService Modifier and Type Method Description NsRemoteIteratorWebService
RuntimeManagerWebService. getNsRemoteIteratorWebService()
-
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.core.runtimeservice
Fields in de.aristaflow.ilm.ws.core.runtimeservice declared as NsRemoteIteratorWebService Modifier and Type Field Description protected NsRemoteIteratorWebService
RuntimeServiceWebService. nriws
The web service for remote iterator handlers for node states.Methods in de.aristaflow.ilm.ws.core.runtimeservice that return NsRemoteIteratorWebService Modifier and Type Method Description NsRemoteIteratorWebService
RuntimeServiceWebService. getNsRemoteIteratorWebService()
-
Uses of NsRemoteIteratorWebService in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
Constructors in de.aristaflow.ilm.ws.rest.model.runtimeenvironment with parameters of type NsRemoteIteratorWebService Constructor Description NsRemoteIteratorRest(NsRemoteIteratorWebService 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)
-