| org.ow2.easybeans.examples.statelessbean.StatelessLocal
StatelessLocal | public interface StatelessLocal (Code) | | Simple interface for a stateless bean.
It acts as a local interface.
author: Florent Benoit |
add | int add(int a, int b)(Code) | | Compute a + b.
Parameters: a - first int Parameters: b - second int a + b |
div | int div(int a, int b)(Code) | | Divide a by b.
Parameters: a - first int Parameters: b - second int a / b |
helloWorld | void helloWorld()(Code) | | Hello world.
|
notInterceptedMethod | void notInterceptedMethod()(Code) | | Methods without interceptors.
|
|
|