Fido Alpha 3.2

fido.frontend
Interface FidoHome

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

public interface FidoHome
extends javax.ejb.EJBHome

Home interface to the Fido EJB. The Home interface is retrieved from the EJB containers JNDI tree. After a handle to the Home interface is retrieved, the create() method is called to get an instance of the Remote interface.

See Also:
FidoRemote

Method Summary
 FidoRemote create()
          Used by the client to retrieve the Remote interface to the Fido EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public FidoRemote create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Used by the client to retrieve the Remote interface to the Fido EJB.

Throws:
javax.ejb.CreateException - Thrown when there is a failure to create an entity EJB object.
java.rmi.RemoteException - Thrown when the client cannot contact the server.

Fido Alpha 3.2