Class ServerStreamStringWebService
java.lang.Object
de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService<ServerStreamStringHandler>
de.aristaflow.ilm.ws.model.common.ServerStreamStringWebService
public class ServerStreamStringWebService
extends AbstractSubResourceWebService<ServerStreamStringHandler>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid@Valid StringRemoteIteratorDatainit(@Valid ServerInputStream sis, String udtName, @Positive Integer count) @NotNull LongMethods inherited from class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
getLogger, getLogService, getService, getServiceMetaData, getServiceUris, getSessionFactory, shutdown
-
Constructor Details
-
ServerStreamStringWebService
-
-
Method Details
-
init
@Valid public @Valid InitialStringRemoteIteratorData init(@Valid @Valid ServerInputStream sis, String udtName, @Positive @Positive Integer count) throws IOException -
getNext
@Valid public @Valid StringRemoteIteratorData getNext(@NotNull @NotNull UUID id, @Positive @Positive Integer count) throws IOException - Throws:
IOException- See Also:
-
keepAlive
@NotNull public @NotNull Long keepAlive(@NotNull @NotNull UUID id, @NotNull @NotNull Long aliveTime) throws IOException - Throws:
IOException- See Also:
-
close
- Throws:
IOException- See Also:
-