Uses of Annotation Interface
com.logviewer.web.rmt.Remote
Packages that use Remote
-
Uses of Remote in com.logviewer.web.session
Methods in com.logviewer.web.session with annotations of type RemoteModifier and TypeMethodDescriptionvoidLogSession.cancelSearch()voidLogSession.changeFiltersAndLoadData(int topRecordCount, int bottomRecordCount, long stateVersion, Map<String, String> hashes, RecordPredicate[] filter, Position start) voidLogSession.changeFiltersAndScrollDown(int recordCount, long stateVersion, RecordPredicate[] filter) voidvoidLogSession.initPermalink(int recordCount, String linkHash) voidLogSession.loadDataAroundPosition(int topRecordCount, int bottomRecordCount, long stateVersion, Map<String, String> hashes, String logId, long offset) voidLogSession.loadFilterStateByHash(String hash) voidLogSession.loadLogContent(String logId, long recordStart, long offset, long end) voidLogSession.loadNext(Position start, boolean backward, int recordCount, Map<String, String> hashes, long stateVersion) voidLogSession.scrollToEdge(int recordCount, long stateVersion, RecordPredicate[] filter, boolean isScrollToBegin) voidLogSession.searchNext(Position start, boolean backward, int recordCount, SearchPattern pattern, Map<String, String> hashes, long stateVersion, long requestId, boolean loadNext)