Package org.jboss.as.controller
Interface Cancellable
-
public interface CancellableA handle for a specific cancellable running operation.
-
-
Field Summary
Fields Modifier and Type Field Description static CancellableNULLAn empty implementation which does nothing when a cancel is requested.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancancel()Attempt to cancel this operation.
-
-
-
Field Detail
-
NULL
static final Cancellable NULL
An empty implementation which does nothing when a cancel is requested.
-
-