Searched refs:isCancelSupported (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DProgressObject.java53 * be tested by the isCancelSupported method.
100 public boolean isCancelSupported(); method in interface:ProgressObject
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java270 public boolean isCancelSupported() { method in class:ProgressObjectSink
275 if (!source.isCancelSupported()) {
295 if (!isCancelSupported()) {
H A DSimpleProgressObjectImpl.java114 public boolean isCancelSupported() { method in class:SimpleProgressObjectImpl
H A DProgressObjectImpl.java355 public boolean isCancelSupported() { method in class:ProgressObjectImpl

Completed in 207 milliseconds