com.bea.p13n.usermgmt.profile.ldap
Interface LdapPropertyManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface LdapPropertyManagerHome
extends javax.ejb.EJBHome

The home interface for the LdapPropertyManager Session Bean


Method Summary
 LdapPropertyManager create()
          Create a new LdapPropertyManager Session Bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

LdapPropertyManager create()
                           throws javax.ejb.CreateException,
                                  RemoteException
Create a new LdapPropertyManager Session Bean.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2011, Oracle. All rights reserved.