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