org.apache.openejb.test.beans
Interface Calculator

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface Calculator
extends javax.ejb.EJBObject


Method Summary
 int add(int a, int b)
           
 int sub(int a, int b)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

add

int add(int a,
        int b)
        throws RemoteException
Throws:
RemoteException

sub

int sub(int a,
        int b)
        throws RemoteException
Throws:
RemoteException


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