Searched refs:hello (Results 1 - 24 of 24) sorted by relevance

/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()");
H A DGame.java116 sb.hello();
138 sb.hello();
/glassfish-3.1.2/tests/embedded/ejb/basic/src/main/java/org/glassfish/tests/embedded/ejb/basic/
H A DSampleEjb.java52 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 DSampleEjb.java52 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 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
H A DMessageBean.java83 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 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/ejb/remoteview/src/test/
H A DRemoteViewTestNG.java61 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 DTestServlet.java90 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 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...]
H A Dconfigure59 int hello() {return getchar();}
173 caddr_t hello() {
/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/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/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

Completed in 1740 milliseconds