RequestProcessor.Task
public interface Cancellable
cancel()
method will be typically called concurrently to
other methods of job or operation in question, so proper synchronization
is needed.Modifier and Type | Method | Description |
---|---|---|
boolean |
cancel() |
Cancel processing of the job.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.