/* * Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ package samples.ejb.bmp.robean.ejb; import java.rmi.RemoteException; public interface CustomerTransactional extends javax.ejb.EJBObject { public double getBalance() throws RemoteException; }