Uses of Interface
de.aristaflow.adept2.model.common.communication.ServerStream
Packages that use ServerStream
Package
Description
-
Uses of ServerStream in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return ServerStreamModifier and TypeMethodDescriptionResourceManager.getLatestResourceIncrementally(SessionToken session, UUID resourceID) Gets the (latest revision of the) designated resource asServerStream.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 ServerStreamModifier and TypeMethodDescriptionSessionStateManager.retrieveSessionStateIncrementally(SessionToken session, String savepoint, UUID instanceLogId, int nodeId, int iteration) Retrieves the state of a running application as aServerStreamso 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 ServerStreamModifier and TypeMethodDescriptionResourceProvider.getResourceIncrementally(SessionToken session, ResourceDescriptor resourceDescriptor) The same asResourceProvider.getResource(SessionToken, ResourceDescriptor)but with incremental retrieval of the resource.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 ServerStreamModifier and TypeClassDescriptionclassThis is a simple wrapper for anInputStreamasServerStreamwhich allows for keeping anInputStreamlocally and use it remotely. -
Uses of ServerStream in de.aristaflow.adept2.model.datamanagement
Classes in de.aristaflow.adept2.model.datamanagement that implement ServerStreamModifier and TypeClassDescriptionclassThis interface resembles aUDTValuebut 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.