com.bankframe.services.authentication.ldap
Interface LDAPAuthenticationHome

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

public interface LDAPAuthenticationHome
extends javax.ejb.EJBHome

This interface is the home interface of LDAPAuthenticationBean.


Method Summary
 LDAPAuthentication create()
          This method is required by all EJBs.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public LDAPAuthentication create()
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException
This method is required by all EJBs.

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


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