Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Interface Cancellable


public interface Cancellable

Contract by which a client callout handler or Java executable can be cancelled. This interface is typically used as an optional interface that may be implemented for certain Java classes supplied by the client.

The Cancellable interface is supported for the following client classes:

When a job request is cancelled, Enterprise Scheduler determines if the client class implements the Cancellable interface, and if so, calls the cancel method to notify the client class of the request cancellation.


Method Summary
 void cancel()
          Invoked by Enterprise Scheduler when a job request is cancelled.

 

Method Detail

cancel

void cancel()
Invoked by Enterprise Scheduler when a job request is cancelled. This method must eventually return control to the caller.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.