com.bankframe.services.accesscontrol.ldap
Interface LDAPAccessControlHome

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

public interface LDAPAccessControlHome
extends javax.ejb.EJBHome

This is the home interface for the LDAPAccesControlBean.


Method Summary
 LDAPAccessControl create()
          This method must be implemented by all EJBs
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public LDAPAccessControl create()
                         throws javax.ejb.CreateException,
                                java.rmi.RemoteException
This method must be implemented by all EJBs

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


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