org.superbiz.calculator
Interface CalculatorLocal
- All Known Implementing Classes:
- CalculatorImpl
public interface CalculatorLocal
This is an EJB 3 local business interface
A local business interface may be annotated with the @Local
annotation, but it's optional. A business interface which is
not annotated with @Local or @Remote is assumed to be Local
Method Summary |
int |
multiply(int mul1,
int mul2)
|
int |
sum(int add1,
int add2)
|
sum
int sum(int add1,
int add2)
multiply
int multiply(int mul1,
int mul2)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.