UserManagerHome Interface

DEPRECATED Use com.bea.p13n.security.management.authentication.AtnManagerProxy

com.bea.p13n.usermgmt
UserManagerHome Interface

public interface UserManagerHome

    extends EJBHome

The home interface for the UserManager EJB.


All Superinterfaces
EJBHome, Remote

Method Summary

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

Method Detail

create() Method

public UserManager create()
throws CreateException, RemoteException
Create the UserManager bean.

Returns

the UserManager session bean.

Exceptions

CreateException
RemoteException