Uses of Interface
com.logviewer.data2.net.server.api.RemoteTaskContext
Packages that use RemoteTaskContext
-
Uses of RemoteTaskContext in com.logviewer.data2.net.server
Classes in com.logviewer.data2.net.server that implement RemoteTaskContextMethods in com.logviewer.data2.net.server with parameters of type RemoteTaskContextModifier and TypeMethodDescriptionprotected abstract LogProcessAbstractDataLoaderTask.createLogProcessTask(RemoteTaskContext<T> ctx) RecordLoaderRemoteTask.createLogProcessTask(RemoteTaskContext<Object> ctx) protected LogProcessRecordSearcherRemoteTask.createLogProcessTask(RemoteTaskContext<SearchResult> ctx) final voidAbstractDataLoaderTask.start(RemoteTaskContext<T> ctx) voidLoadContentTask.start(RemoteTaskContext<Pair<String, Integer>> ctx) voidLoadOneRecordTask.start(RemoteTaskContext<LogRecord> ctx) voidLogWatcherTask.start(RemoteTaskContext<FileAttributes> ctx) voidTryReadTask.start(RemoteTaskContext<Void> ctx) -
Uses of RemoteTaskContext in com.logviewer.data2.net.server.api
Methods in com.logviewer.data2.net.server.api with parameters of type RemoteTaskContext