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

/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/jws/boot/
H A DErrorDisplayDialog.java127 JScrollPane sp = new JScrollPane(stackTraceArea);
143 sp,
163 sp,
173 *@param sp the JScrollPane containing the text area
179 JScrollPane sp,
183 new Object[] {mainMessage, sp} :
184 new Object[] {mainMessage, sp, copyToClipboardCB};
177 showDialog( String mainMessage, JScrollPane sp, JCheckBox copyToClipboardCB) argument
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/listener/
H A DCombinedJavaConfigSystemPropertyListener.java232 final SystemProperty sp = (SystemProperty) t;
234 ConfigBeanProxy proxy = sp.getParent();
243 String pname = sp.getName();
251 return addToDomain(sp);
253 return addToConfig(sp);
255 return addToCluster(sp);
265 return addToServer(sp);
271 return removeFromDomain(sp);
273 return removeFromConfig(sp);
275 return removeFromCluster(sp);
464 removeFromServer(SystemProperty sp) argument
480 removeFromCluster(SystemProperty sp) argument
494 removeFromConfig(SystemProperty sp) argument
506 removeFromDomain(SystemProperty sp) argument
512 addToServer(SystemProperty sp) argument
517 addToCluster(SystemProperty sp) argument
523 addToConfig(SystemProperty sp) argument
529 addToDomain(SystemProperty sp) argument
535 serverHas(SystemProperty sp) argument
540 configHas(SystemProperty sp) argument
545 clusterHas(SystemProperty sp) argument
568 hasSystemProperty(List<SystemProperty> ssps, SystemProperty sp) argument
[all...]
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java486 private void writeSecurityTokens(Process sp) throws GFLauncherException, IOException { argument
488 OutputStream os = sp.getOutputStream();
516 private String getDeadProcessTrace(Process sp) throws GFLauncherException { argument
519 int ev = sp.exitValue();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java276 public static final String unSystemProperty(final String sp) { argument
277 if (sp == null)
279 String ret = sp;
280 if (isSystemPropertySyntax(sp)) {
281 ret = sp.substring(2, sp.length() - 1);
289 boolean sp = false;
291 sp = true;
292 return ( sp );

Completed in 16 milliseconds