com.bea.p13n.usermgmt
Interface GroupManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

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

public interface GroupManagerHome
extends javax.ejb.EJBHome

The home interface for the GroupManager EJB.


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

Method Detail

create

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

Returns
the GroupManager 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.