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