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