package gcom.gerencial.cobranca; import java.rmi.RemoteException; import javax.ejb.CreateException; /** * Description of the Interface * * @author Administrador * @created 25 de Abril de 2005 */ public interface ControladorGerencialCobrancaLocalHome extends javax.ejb.EJBLocalHome { /** * Description of the Method * * @return Description of the Return Value * @exception CreateException * Description of the Exception * @exception RemoteException * Description of the Exception */ public ControladorGerencialCobrancaLocal create() throws CreateException; }