Uses of Interface
de.aristaflow.adept2.model.common.communication.ServerStream
-
-
Uses of ServerStream in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ServerStream Modifier and Type Method Description ServerStream
ResourceManager. getLatestResourceIncrementally(SessionToken session, UUID resourceID)
Gets the (latest revision of the) designated resource asServerStream
.ServerStream
ResourceManager. getResourceRevisionIncrementally(SessionToken session, UUID resourceID, long revision)
Gets the designated revision of the designated resource asServerStream
. -
Uses of ServerStream in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return ServerStream Modifier and Type Method Description ServerStream
SessionStateManager. retrieveSessionStateIncrementally(SessionToken session, String savepoint, UUID instanceLogId, int nodeId, int iteration)
Retrieves the state of a running application as aServerStream
so that (the state of) the suspended application/session can be restored. -
Uses of ServerStream in de.aristaflow.adept2.core.globalprovider
Methods in de.aristaflow.adept2.core.globalprovider that return ServerStream Modifier and Type Method Description ServerStream
ResourceProvider. getResourceIncrementally(SessionToken session, ResourceDescriptor resourceDescriptor)
The same asResourceProvider.getResource(SessionToken, ResourceDescriptor)
but with incremental retrieval of the resource.ServerStream
ResourceProvider. getResourceIncrementally(SessionToken session, UUID resourceID)
The same asResourceProvider.getResource(SessionToken, UUID)
but with incremental retrieval of the resource. -
Uses of ServerStream in de.aristaflow.adept2.model.common.communication
Classes in de.aristaflow.adept2.model.common.communication that implement ServerStream Modifier and Type Class Description class
ServerInputStream
This is a simple wrapper for anInputStream
asServerStream
which allows for keeping anInputStream
locally and use it remotely. -
Uses of ServerStream in de.aristaflow.adept2.model.datamanagement
Classes in de.aristaflow.adept2.model.datamanagement that implement ServerStream Modifier and Type Class Description class
ServerUDTInputStream
This interface resembles aUDTValue
but does not provide all data at once but as requested, that is, the value of this UDTValue will not be provided as a whole but incrementally as requested.
-