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 Greeting
Greeter. sayHello(Name name)
Greeting
GreeterEJB. 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 Greeting
WebGreeterEJB. sayHello(Name name)
This method is an example of a business method that
-