/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()");
|
H A D | Game.java | 116 sb.hello(); 138 sb.hello();
|
/glassfish-3.1.2/tests/embedded/ejb/basic/src/main/java/org/glassfish/tests/embedded/ejb/basic/ |
H A D | SampleEjb.java | 52 String hello = "Hello World"; 53 System.out.println(hello); 54 return hello;
|
/glassfish-3.1.2/tests/embedded/ejb/remoteejb/src/main/java/org/glassfish/tests/embedded/ejb/remoteejb/ |
H A D | SampleEjb.java | 52 String hello = "Hello World"; 53 System.out.println(hello); 54 return 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
|
H A D | MessageBean.java | 83 hello1.hello("local ejb3.0 stateless"); 85 hello2.hello("local ejb3.0 stateful"); 88 hello2.hello("this call should not go through");
|
/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/ejb/remoteview/src/test/ |
H A D | RemoteViewTestNG.java | 61 Hello hello = (Hello) new InitialContext().lookup("HH#remoteview.Hello"); 62 Future<String> future = hello.helloAsync(); 63 hello.helloAsync(); 64 hello.helloAsync(); 65 hello.helloAsync(); 66 hello.fireAndForget(); 118 //System.out.println("2.x HelloRemote.hello() says " + hr.hello()); 121 String hret = h.hello(); 122 //System.out.println("Hello.hello() say [all...] |
/glassfish-3.1.2/tests/quicklook/ejb/singleton/src/java/ |
H A D | TestServlet.java | 90 String hello = root.sayHello(); 91 out.println("Hello from injected bean: " + hello); 105 if (hello.equals(hello2)){
|
/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...] |
H A D | configure | 59 int hello() {return getchar();} 173 caddr_t hello() {
|
/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/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/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
|