Searched refs:invocationId (Results 1 – 5 of 5) sorted by relevance
246 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() argument247 return stopInvocation(invocationId, null); in stopInvocation()258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() argument267 public String getInvocationInfo(int invocationId); in getInvocationInfo() argument
1578 int invocationId = cmd.getCommandTracker().getId(); in startInvocation() local1579 CLog.d("starting invocation for command id %d", invocationId); in startInvocation()1587 IInvocationContext.INVOCATION_ID, Integer.toString(invocationId)); in startInvocation()1897 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() argument1900 if (thread.mCmd.getCommandTracker().mId == invocationId) { in stopInvocation()1902 cause = "User requested stopping invocation " + invocationId; in stopInvocation()1908 CLog.w("No invocation found matching the id: %s", invocationId); in stopInvocation()1916 public synchronized String getInvocationInfo(int invocationId) { in getInvocationInfo() argument1918 if (thread.mCmd.getCommandTracker().mId == invocationId) { in getInvocationInfo()1923 CLog.w("No invocation found matching the id: %s", invocationId); in getInvocationInfo()
403 .ifPresent(invocationId -> stopInvocation(invocationId, cause)); in run()
915 public boolean stopInvocation(int invocationId, String cause) {
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...