org.openejb.test.beans
Interface ShoppingCart
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface ShoppingCart
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getName
java.lang.String getName()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setName
void setName(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCalculator
Calculator getCalculator()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
doJdbcCall
void doJdbcCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.