Searched defs:stopInvocation (Results 1 – 3 of 3) sorted by relevance
253 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method261 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() method273 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
887 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread895 public void stopInvocation(String message, ErrorIdentifier errorId) { in stopInvocation() method in CommandScheduler.InvocationThread2317 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler2329 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler
230 public void stopInvocation( in stopInvocation() method in TestInvocationManagementServer