examples.usermgmt
Interface UnifiedUserHome
- public interface UnifiedUserHome
Home interface for the UnifiedUser bean example.
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.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved