GroupManagerHome Interface

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

com.bea.p13n.usermgmt
GroupManagerHome Interface

public interface GroupManagerHome

    extends EJBHome

The home interface for the GroupManager EJB.


All Superinterfaces
EJBHome, Remote

Method Summary

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

Method Detail

create() Method

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

Returns

the GroupManager session bean.

Exceptions

CreateException
RemoteException