com.bankframe.services.authentication.ejb
Interface EJBUserAuthenticationHome

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

public interface EJBUserAuthenticationHome
extends javax.ejb.EJBHome

This interface is the home interface to the EJBUserAuthenticationBean.


Method Summary
 EJBUserAuthentication create()
          This method is the EJB create method
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EJBUserAuthentication create()
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
This method is the EJB create method

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


Copyright © 2005, 2007, Oracle. All rights reserved.