Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
enterprise
/
javaee.wildfly
/
test
/
qa-functional
/
data
/
JBoss4EjbTest
/
src
/
java
/
ejb
/
SessionTestLocal.java
blob: d0aa0991568ba385e7e20f4eeefc42852041b21d [
file
] [
log
] [
blame
]
package
ejb
;
import
javax
.
ejb
.
EJBLocalObject
;
/**
* This is the local interface for SessionTest enterprise bean.
*/
public
interface
SessionTestLocal
extends
EJBLocalObject
,
SessionTestLocalBusiness
{
}