org.openejb.test.beans
Interface Calculator

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.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 java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sub

int sub(int a,
        int b)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.