org.openejb.test.beans
Interface ShoppingCart

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface ShoppingCart
extends javax.ejb.EJBObject


Method Summary
 void doJdbcCall()
           
 Calculator getCalculator()
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

public String getName()
               throws RemoteException
Throws:
RemoteException

setName

public void setName(String name)
             throws RemoteException
Throws:
RemoteException

getCalculator

public Calculator getCalculator()
                         throws RemoteException
Throws:
RemoteException

doJdbcCall

public void doJdbcCall()
                throws RemoteException
Throws:
RemoteException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.