com.bankframe.services.authentication.ldap
Interface LDAPAuthenticationHome

All Superinterfaces:
EJBHome, Remote

public interface LDAPAuthenticationHome
extends 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

LDAPAuthentication create()
                          throws CreateException,
                                 RemoteException
This method is required by all EJBs.

Throws:
CreateException
RemoteException


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