com.bea.p13n.usermgmt.profile
Interface ProfileManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface ProfileManagerHome
extends javax.ejb.EJBHome

The home interface for the ProfileManager Session Beans.


Method Summary
 ProfileManager create()
          Create a new ProfileManager Session Bean.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

ProfileManager create()
                      throws javax.ejb.CreateException,
                             RemoteException
Create a new ProfileManager Session Bean.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2009, 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.