org.superbiz.calculator
Interface CalculatorRemote

All Known Implementing Classes:
CalculatorImpl

public interface CalculatorRemote

This is an EJB 3 remote business interface A remote business interface must be annotated with the @Remote annotation


Method Summary
 int multiply(int mul1, int mul2)
           
 int sum(int add1, int add2)
           
 

Method Detail

sum

int sum(int add1,
        int add2)

multiply

int multiply(int mul1,
             int mul2)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.