FileDocCategorySizeDatePackage
ProfileHome.javaAPI DocExample1557Wed Apr 05 11:25:42 BST 2000entity.beanManaged

ProfileHome

public interface ProfileHome implements EJBHome
The "home" interface for the ProfileBean. 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 Profilecreate()
Create a new (nameless) profile

public Profilecreate(java.lang.String name)
Create a profile for a named person.

public java.util.EnumerationfindByEntryValue(java.lang.String key, java.lang.String value)
Lookup a Profile by the value of a particular entry in the profile.

public ProfilefindByPrimaryKey(ProfilePK key)
Lookup a Profile by name (the primary key)