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 D | ProgressObject.java | 53 * 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 D | ProgressObjectSink.java | 270 public boolean isCancelSupported() { method in class:ProgressObjectSink 275 if (!source.isCancelSupported()) { 295 if (!isCancelSupported()) { |
H A D | SimpleProgressObjectImpl.java | 114 public boolean isCancelSupported() { method in class:SimpleProgressObjectImpl |
H A D | ProgressObjectImpl.java | 355 public boolean isCancelSupported() { method in class:ProgressObjectImpl |
Completed in 207 milliseconds