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 © 2011, Oracle. All rights reserved.