biz.wedoit4u.ejb.session
Interface DatabaseActionHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface DatabaseActionHome
- extends javax.ejb.EJBLocalHome
The local home interface to the stateless session bean
that implements the business logic for creating/modifying data
in the wedoit4u schema tables.
- Version:
- $Id: DatabaseActionHome.java,v 1.1 2003/10/11 15:35:00 learn Exp $
- Author:
- Rakesh Vidyadharan 21st September 2003
Copyright 2003, wedoit4u.biz
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
DatabaseAction create()
throws javax.ejb.CreateException
- Create an instance of the
DatabaseAction stateless
session bean.
- Throws:
javax.ejb.CreateException - - If errors are encountered while creating
a new instance of the DatabaseAction bean.
Copyright © 2002-2005 - Rakesh Vidyadharan