|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatelessLocal
Simple interface for a stateless bean. It acts as a local interface.
Method Summary | |
---|---|
int |
add(int a,
int b)
Compute a + b. |
int |
div(int a,
int b)
Divide a by b. |
void |
helloWorld()
Hello world. |
void |
notInterceptedMethod()
Methods without interceptors. |
Method Detail |
---|
void helloWorld()
int add(int a, int b)
a
- first intb
- second int
int div(int a, int b)
a
- first intb
- second int
void notInterceptedMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |