WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Interface ArtistHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface ArtistHome
extends javax.ejb.EJBLocalHome


Method Summary
 Artist create(java.lang.String name, java.util.Set bands)
           
 Artist findByPrimaryKey(java.lang.Integer pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public Artist create(java.lang.String name,
                     java.util.Set bands)
              throws javax.ejb.CreateException

findByPrimaryKey

public Artist findByPrimaryKey(java.lang.Integer pk)
                        throws javax.ejb.FinderException

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.