/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/ |
H A D | HelloRemote.java | 48 String hello() throws RemoteException; method in interface:HelloRemote
|
H A D | SingletonBean.java | 50 @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 D | Hello.java | 49 String hello(); method in interface:Hello
|
H A D | HelloBean.java | 61 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 D | StatelessLocal.java | 45 public void hello(); method in interface:StatelessLocal
|
H A D | SingletonBean.java | 74 public void hello() { method in class:SingletonBean 75 System.out.println("In SingletonBean::hello()"); 76 statelessLocal.hello();
|
H A D | StatefulBean.java | 70 singleton.hello(); 73 public void hello() { method in class:StatefulBean 74 System.out.println("In StatefulBean::hello()");
|
H A D | StatelessBean.java | 61 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 D | Hello1.java | 45 public void hello(String s); method in interface:Hello1
|
H A D | Hello2.java | 45 public void hello(String s); method in interface:Hello2
|
H A D | HelloStateless.java | 51 public void hello(String s) { method in class:HelloStateless
|
H A D | HelloStateful.java | 55 public void hello(String s) { method in class:HelloStateful
|
/glassfish-3.1.2/tests/community/web/helloworld/src/test/ |
H A D | HelloJSPTestNG.java | 41 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 D | HelloJSPTestNG.java | 41 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 D | CommandRunnerTest.java | 69 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 D | MapInjectionResolverTest.java | 76 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 D | example.c | 30 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...] |