FileDocCategorySizeDatePackage
PersonHome.javaAPI DocExample1187Wed Apr 05 11:25:42 BST 2000entity.containerManaged

PersonHome

public interface PersonHome implements EJBHome
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 Personcreate()

public Personcreate(java.lang.String fname, java.lang.String lname)

public PersonfindByPrimaryKey(PersonPK key)