com.bea.p13n.usermgmt
Interface UserManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

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

public interface UserManagerHome
extends javax.ejb.EJBHome

The home interface for the UserManager EJB.


Method Summary
 UserManager create()
          Deprecated Create the UserManager bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

UserManager create()
                   throws javax.ejb.CreateException,
                          RemoteException
Deprecated 
Create the UserManager bean.

Returns
the UserManager session bean.
Throws
CreateException - error on create.
RemoteException - container error.
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.