de.apage4u.database.interfaces
Interface DataBaseHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface DataBaseHome
extends javax.ejb.EJBHome

This interface defines the home interface for the `DataBase' EJB.


Method Summary
 DataBase create()
          Creates an instance of the `DataBaseBean' class on the server, and returns a remote reference to a DataBase interface on the client.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public DataBase create()
                throws java.rmi.RemoteException,
                       javax.ejb.CreateException
Creates an instance of the `DataBaseBean' class on the server, and returns a remote reference to a DataBase interface on the client.

Throws:
java.rmi.RemoteException
javax.ejb.CreateException


Copyright © 2004 www.apage4u.de. All Rights Reserved.