Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

oracle.ias.scheduler
Interface Cancellable


public interface Cancellable

Specifies the contract by which a job implementation is cancelled. Java classes that are submitted to the scheduler for execution may optionally provide an implementation of this interface. When a job is cancelled method it results in invoking the implementation of the cancel() method specified by by this interface.


Method Summary
 void cancel()
          This method is invoked when the job is cancelled.
 

Method Detail

cancel

public void cancel()
This method is invoked when the job is cancelled. Implementation of this method must eventually return control to the caller.


Oracle Containers for J2EE Job Scheduler Java API Reference
10g Release 3 (10.1.3)

B16026-01

Copyright © 2006, Oracle. All rights reserved.