Searched defs:space (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/webservice/
H A DSEIConfig.java60 * @param space namespace to be used for the webservice
66 public SEIConfig(String svcName, String space, String pkg, String svcIntf, String svcImpl) { argument
68 this.nameSpace = space;
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/generators/
H A DAbstractGenerator.java58 private String space = ""; field in class:AbstractGenerator
67 space += "\t";
72 space = space.substring(1);
76 System.out.println(space + msg);
80 System.out.print(space + msg);
84 System.out.println(space);
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceCache.java110 * Max amount of removals during a make space.
210 * Return the maximum amount of iterations during a space allocation.
218 * Set the maximum amount of iterations during a space allocation.
244 public boolean allocate(int space) { argument
246 int toFree = space - (cacheMaxSize - cacheSize);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DAccessLogValve.java369 private String space = " "; field in class:AccessLogValve
659 result.append(space);
670 result.append(space);
675 result.append(space);
681 result.append(space);
687 result.append(space);
698 result.append(space);
707 result.append(space);
934 sb.append(space);
940 sb.append(space);
[all...]

Completed in 2177 milliseconds