Searched defs:hello (Results 1 - 17 of 17) sorted by relevance

/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DHelloRemote.java48 String hello() throws RemoteException; method in interface:HelloRemote
H A DSingletonBean.java50 @EJB Hello hello; field in class:SingletonBean
59 System.out.println("HellohelloRemote.hello() says " + hr.hello());
61 System.out.println("Hello.hello() says " + hello.hello());
H A DHello.java49 String hello(); method in interface:Hello
H A DHelloBean.java61 public String hello() { method in class:HelloBean
62 System.out.println("In HelloBean::hello()");
63 return "hello, world\n";
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/
H A DStatelessLocal.java45 public void hello(); method in interface:StatelessLocal
H A DSingletonBean.java74 public void hello() { method in class:SingletonBean
75 System.out.println("In SingletonBean::hello()");
76 statelessLocal.hello();
H A DStatefulBean.java70 singleton.hello();
73 public void hello() { method in class:StatefulBean
74 System.out.println("In StatefulBean::hello()");
H A DStatelessBean.java61 public void hello() { method in class:StatelessBean
62 System.out.println("In StatelessBean::hello()");
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/
H A DHello1.java45 public void hello(String s); method in interface:Hello1
H A DHello2.java45 public void hello(String s); method in interface:Hello2
H A DHelloStateless.java51 public void hello(String s) { method in class:HelloStateless
H A DHelloStateful.java55 public void hello(String s) { method in class:HelloStateful
/glassfish-3.1.2/tests/community/web/helloworld/src/test/
H A DHelloJSPTestNG.java41 package test.web.jsp.hello;
83 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/hello.jsp";
/glassfish-3.1.2/tests/quicklook/web/helloworld/src/test/
H A DHelloJSPTestNG.java41 package test.web.jsp.hello;
83 String testurl = "http://" + host + ":" + port + "/"+ strContextRoot + "/hello.jsp";
/glassfish-3.1.2/core/kernel/src/test/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerTest.java69 String expectedUsageText = "Usage: dummy-admin --foo=foo [--bar=false] --hello=there world ";
80 params.set("hello", "world");
114 String hello; field in class:CommandRunnerTest.DummyAdminCommand
/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/common/util/admin/
H A DMapInjectionResolverTest.java76 value = MapInjectionResolver.getParameterValue(params, "hello", true);
251 ae = (AnnotatedElement)cl.getDeclaredField("hello");
267 (AnnotatedElement)cl.getDeclaredField("hello");
310 String hello="world"; field in class:MapInjectionResolverTest.DummyCommand
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dexample.c30 const char hello[] = "hello, hello!"; variable
31 /* "hello world" would be more standard, but the repeated "hello"
35 const char dictionary[] = "hello";
65 uLong len = strlen(hello)+1;
67 err = compress(compr, &comprLen, (const Bytef*)hello, len);
75 if (strcmp((char*)uncompr, hello)) {
93 int len = strlen(hello)
[all...]

Completed in 642 milliseconds