BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface UserManagerHome


public interface UserManagerHome
extends SmartEJBHome

The home interface for the UserManager EJB.


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

Method Detail

create

public UserManager create()
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Create the UserManager bean.
Returns:
the UserManager session bean.
Throws:
CreateException - error on create.
RemoteException - container error.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved