Uses of Class
info.ejava.examples.ejb.basic.dto.Name
-
Packages that use Name Package Description info.ejava.examples.ejb.basic.ejb info.ejava.examples.ejb.basic.webejb -
-
Uses of Name in info.ejava.examples.ejb.basic.ejb
Methods in info.ejava.examples.ejb.basic.ejb with parameters of type Name Modifier and Type Method Description GreetingGreeter. sayHello(Name name)GreetingGreeterEJB. sayHello(Name name)This method is an example of a business method that -
Uses of Name in info.ejava.examples.ejb.basic.webejb
Methods in info.ejava.examples.ejb.basic.webejb with parameters of type Name Modifier and Type Method Description GreetingWebGreeterEJB. sayHello(Name name)This method is an example of a business method that
-