RealmConfigurationHome Interface

com.bea.p13n.usermgmt.config
RealmConfigurationHome Interface

public interface RealmConfigurationHome

    extends EJBHome

The home interface for the RealmConfiguration EJB.


All Superinterfaces
EJBHome, Remote

Method Summary

public RealmConfiguration
create()
Create the realm configuration bean.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public RealmConfiguration create()
throws CreateException, RemoteException
Create the realm configuration bean.

Returns

the RealmConfiguration session bean

Exceptions

CreateException
RemoteException