Uses of Interface
com.logviewer.data2.net.server.api.RemoteTaskController
Packages that use RemoteTaskController
-
Uses of RemoteTaskController in com.logviewer.data2.net
Methods in com.logviewer.data2.net that return RemoteTaskControllerModifier and TypeMethodDescription<E,T extends RemoteTask<E>>
RemoteTaskController<T>RemoteNodeService.createTask(Node node, T task, BiConsumer<E, Throwable> callback) <E,T extends RemoteTask<E>>
RemoteTaskController<T>OutcomeConnection.startTask(T task, BiConsumer<E, Throwable> callback) <E,T extends RemoteTask<E>>
RemoteTaskController<T>RemoteNodeService.startTask(Node node, T task, BiConsumer<E, Throwable> callback) Methods in com.logviewer.data2.net with parameters of type RemoteTaskControllerModifier and TypeMethodDescriptionvoidRemoteNodeService.startTask(RemoteTaskController<?> notStartedTask)