FileDocCategorySizeDatePackage
ProfileHome.javaAPI DocExample1542Fri May 05 08:18:34 BST 2000entity.containerManaged

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. Throws an exception if the person's profile can't be found.

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