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