BEA Systems, Inc.

examples.usermgmt
Interface UnifiedUserHome


public interface UnifiedUserHome
extends javax.ejb.EJBHome

Home interface for the UnifiedUser bean example.


Method Summary
 UnifiedUser create(UnifiedUserPk pk)
          Create a new bean with the given pk.
 UnifiedUser findByPrimaryKey(UnifiedUserPk pk)
          Finds the UnifiedUser based on the particular pk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public UnifiedUser create(UnifiedUserPk pk)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Create a new bean with the given pk.

findByPrimaryKey

public UnifiedUser findByPrimaryKey(UnifiedUserPk pk)
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException
Finds the UnifiedUser based on the particular pk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved