FileDocCategorySizeDatePackage
PersonLocalHome.javaAPI DocExample2091Thu Dec 15 21:04:36 GMT 2005com.oreilly.jent.ejb.containerManaged

PersonLocalHome

public interface PersonLocalHome implements javax.ejb.EJBLocalHome
The "home" interface for the PersonBean. This interface provides methods used to create beans on the server. The container provider is responsible for implementing this interface, most likely using auto-generated Java classes derived from the interface bytecodes.

Fields Summary
Constructors Summary
Methods Summary
public PersonLocalcreate()

public PersonLocalcreate(java.lang.String name, java.lang.String fname, java.lang.String lname)

public PersonLocalfindByPrimaryKey(java.lang.String name)