Searched refs:sources (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DProgressObjectSink.java63 *Whenever this class receives a progress event from one of its sources (one of the deploymentFacility
85 private Vector sources = new Vector(); field in class:ProgressObjectSink
100 sources.add(source);
131 sources.remove(source);
163 // This is a "running" event from one of our sources, so we just need to swap the source...
176 *If we are done with all of our sources, let's wrap up by creating a final event that will
180 if (sources.isEmpty()) {
254 if (sources.isEmpty()) {
272 // if only one of our sources does not support cancel, we don't
284 // if only one of our sources doe
[all...]
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/
H A DDownloadServlet.java91 String sources = config.getInitParameter(CONTENT_SOURCES);
92 if ((sources == null) || (sources.trim().length() == 0)) {
98 StringTokenizer tokens = new StringTokenizer(sources, " \t\n\r\f,;:");

Completed in 12 milliseconds