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

/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/
H A DMessageBean.java68 @EJB private Hello2 hello2; field in class:MessageBean
84 System.out.println("Calling hello2 stateful bean");
85 hello2.hello("local ejb3.0 stateful");
86 hello2.removeMethod();
88 hello2.hello("this call should not go through");

Completed in 33 milliseconds