MCPcopy Create free account
hub / github.com/antlr/codebuff / doStop

Method doStop

output/java_guava/1.4.17/AbstractService.java:201–201  ·  view source on GitHub ↗

This method should be used to initiate service shutdown. The invocation of this method should cause a call to #notifyStopped(), either during this method's run, or after it has returned. If shutdown fails, the invocation should cause a call to #notifyFailed(Throwable) instead. Th

()

Source from the content-addressed store, hash-verified

199
200
201 protected abstract void doStop();
202
203 @CanIgnoreReturnValue
204 @Override

Callers 2

stopAsyncMethod · 0.95
notifyStartedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected