Searched refs:echo (Results 1 - 25 of 35) sorted by relevance

12

/glassfish-3.1.2/tests/community/web/jsfinjection/src/test/
H A DJSFInjectionTestNG.java85 echo("URL is: " + testUrl);
87 echo("Connecting to: " + url.toString());
92 echo("ERROR: http response code is " + responseCode);
95 echo("Connected: " + responseCode);
107 //echo (line);
110 echo("Received: " + line);
114 echo("Received: " + line2);
119 echo("ERROR: injection 1 not found");
126 echo("injectedNumber = " + injectedNumber);
130 echo("ERRO
151 public static void echo(String msg) { method in class:JSFInjectionTestNG
[all...]
/glassfish-3.1.2/tests/quicklook/web/jsfinjection/src/test/
H A DJSFInjectionTestNG.java85 //echo("URL is: " + testUrl);
87 //echo("Connecting to: " + url.toString());
92 //echo("ERROR: http response code is " + responseCode);
95 //echo("Connected: " + responseCode);
109 //echo ("LINE:"+line);
112 //echo("Received line: " + line);
116 //echo("Received line2: " + line2);
120 //echo("Received line3: " + line3);
125 echo("ERROR: injection 1 not found");
132 //echo("injectedNumbe
171 public static void echo(String msg) { method in class:JSFInjectionTestNG
[all...]
/glassfish-3.1.2/tests/community/web/helloworld/src/test/
H A DHelloJSPTestNG.java86 echo("Connecting to: " + url.toString());
125 echo("Connecting to: " + url.toString());
137 echo(line);
141 echo(testLine);
158 echo("Connecting to: " + url.toString());
198 echo("Connecting to: " + url.toString());
214 echo(testLine);
229 public static void echo(String msg) { method in class:HelloJSPTestNG
/glassfish-3.1.2/tests/quicklook/security/helloworld/src/test/
H A DHelloSecurityTestNG.java86 //echo("Connecting to: " + url.toString());
93 //echo("Anonymous Client access Denied");
95 echo("ERROR: Anonymous Client access was Allowed, security-constraint not Enforced correctly");
133 //echo("Connecting to: " + url.toString());
148 //echo(testLine);
166 //echo("Connecting to: " + url.toString());
174 //echo("Anonymous Client access Denied");
176 echo("ERROR: Anonymous Client access was Allowed, security-constraint not Enforced correctly");
214 //echo("Connecting to: " + url.toString());
221 //echo("Anonymou
253 public static void echo(String msg) { method in class:HelloSecurityTestNG
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DAMXDebugHelper.java72 public boolean getEchoToStdOut(final boolean echo) argument
77 public void setEchoToStdOut(final boolean echo) argument
79 mEchoToStdOut = echo;
/glassfish-3.1.2/tests/community/jdbc/jdbcusertx/src/test/
H A DJdbcUserTxTestNG.java83 echo("Connecting to: " + url.toString());
97 // echo(line);
101 echo(testLine);
124 echo("Connecting to: " + url.toString());
137 // echo(line);
140 echo(testLine);
155 public static void echo(String msg) { method in class:JdbcUserTxTestNG
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/util/process/
H A DProcessManager.java95 echo = newEcho;
183 Thread thread = new Thread(new ReaderThread(reader, sb, echo), name);
249 private boolean echo = true; field in class:ProcessManager
256 ReaderThread(BufferedReader Reader, StringBuffer SB, boolean echo) { argument
259 this.echo = echo;
267 if(echo)
276 private boolean echo; field in class:ProcessManager.ReaderThread
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/
H A DProcessManager.java95 echo = newEcho;
193 Thread thread = new Thread(new ReaderThread(reader, sb, echo), name);
277 private boolean echo = true; field in class:ProcessManager
285 ReaderThread(BufferedReader Reader, StringBuffer SB, boolean echo) { argument
288 this.echo = echo;
296 if (echo)
306 private boolean echo; field in class:ProcessManager.ReaderThread
/glassfish-3.1.2/tests/community/web/jruby/helloapp/test/
H A DJRubyTestNG.java81 echo("Connecting to: " + url.toString());
125 echo("Connecting to: " + url.toString());
158 public static void echo(String msg) { method in class:JRubyTestNG
/glassfish-3.1.2/tests/community/web/jsfastrologer/src/test/
H A DJSFWebTestNG.java99 echo("Connecting to: " + url.toString());
141 echo("Connecting to: " + url.toString());
171 public static void echo(String msg) { method in class:JSFWebTestNG
/glassfish-3.1.2/tests/community/web/strutsbasic/src/test/
H A DStrutsWebTestNG.java97 echo("Connecting to: " + url.toString());
136 echo("Connecting to: " + url.toString());
166 public static void echo(String msg) { method in class:StrutsWebTestNG
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/test/
H A DJRubyTestNG.java81 echo("Connecting to: " + url.toString());
125 echo("Connecting to: " + url.toString());
158 public static void echo(String msg) { method in class:JRubyTestNG
/glassfish-3.1.2/tests/quicklook/web/strutsbasic/src/test/
H A DStrutsWebTestNG.java97 echo("Connecting to: " + url.toString());
136 echo("Connecting to: " + url.toString());
166 public static void echo(String msg) { method in class:StrutsWebTestNG
/glassfish-3.1.2/tests/quicklook/classloader/hellojsf/src/test/
H A DhelloJSFTestNG.java96 //echo("Connecting to: " + url.toString());
130 public static void echo(String msg) { method in class:helloJSFTestNG
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/test/
H A DCmpRosterTestNG.java80 //echo("Connecting to: " + url.toString());
93 // echo(line);
96 //echo(testLine);
111 public static void echo(String msg) { method in class:CmpRosterTestNG
/glassfish-3.1.2/tests/quicklook/ejb/sfulnoi/src/test/
H A DSfulnoiTestNG.java110 public static void echo(String msg) { method in class:SfulnoiTestNG
/glassfish-3.1.2/tests/quicklook/persistence/jpainjectemf/src/test/
H A DJpaInjectEMFTestNG.java122 public static void echo(String msg) { method in class:JpaInjectEMFTestNG
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DProgramOptions.java82 public static final String ECHO = "echo";
449 * @return the echo
452 boolean echo;
456 echo = Boolean.parseBoolean(value);
458 echo = true;
460 echo = env.getBooleanOption(ECHO);
461 return echo;
465 * @param echo the echo to set
467 public void setEcho(boolean echo) { argument
[all...]
H A DMultimodeCommand.java75 private boolean echo; // saved echo flag field in class:MultimodeCommand
94 * Save value of --echo because CLICommand will reset it
98 echo = programOpts.isEcho();
123 programOpts.setEcho(echo); // restore echo flag, saved in validate
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dappclient.bat1 @echo off
83 echo
84 echo %javaSearchType%=%javaSearchTarget%
85 echo
/glassfish-3.1.2/tests/quicklook/bean-validator/integration-test-servlet/src/test/test/bv/servlet/integration/
H A DIntegrationBVServletTestNG.java83 //echo("Connecting to: " + url.toString());
139 public static void echo(String msg) { method in class:IntegrationBVServletTestNG
/glassfish-3.1.2/tests/quicklook/bean-validator/simple-bv-servlet/src/test/test/bv/servlet/simple/
H A DSimpleBVServletTestNG.java83 //echo("Connecting to: " + url.toString());
139 public static void echo(String msg) { method in class:SimpleBVServletTestNG
/glassfish-3.1.2/tests/quicklook/ejb/singleton/src/test/
H A DSingletonTestNG.java125 public static void echo(String msg) { method in class:SingletonTestNG
/glassfish-3.1.2/tests/quicklook/ejb/slsbnicmt/src/test/
H A DSlsbnicmtTestNG.java134 public static void echo(String msg) { method in class:SlsbnicmtTestNG
/glassfish-3.1.2/tests/quicklook/jdbc/jdbcusertx/src/test/
H A DJdbcUserTxTestNG.java83 //echo("Connecting to: " + url.toString());
97 // echo(line);
101 //echo(testLine);
124 //echo("Connecting to: " + url.toString());
137 // echo(line);
140 //echo(testLine);
155 public static void echo(String msg) { method in class:JdbcUserTxTestNG

Completed in 6238 milliseconds

12