Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
enterprise
/
javaee.wildfly
/
test
/
qa-functional
/
data
/
JBoss4EjbTest
/
src
/
java
/
ejb
/
SessionTest2LocalBusiness.java
blob: 1853da5b54d3409eaf927eb007cffb4521faf1ad [
file
] [
log
] [
blame
]
package
ejb
;
/**
* This is the business interface for SessionTest2 enterprise bean.
*/
public
interface
SessionTest2LocalBusiness
{
String
greetings
(
String
who
);
}