Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.vcs.spi
Class VCSCancellable

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSCancellable


public class VCSCancellable
extends java.lang.Object

Class representing the state of a cancellable process shared between threads.

Since:
10.1.3

Constructor Summary
VCSCancellable()
           

 

Method Summary
 void cancel()
           
 boolean isCancelled()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

VCSCancellable

public VCSCancellable()

Method Detail

isCancelled

public boolean isCancelled()

cancel

public void cancel()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.