FileDocCategorySizeDatePackage
ProfileHome.javaAPI DocExample2397Thu Dec 15 21:05:38 GMT 2005com.oreilly.jent.ejb.containerManaged

ProfileHome

public interface ProfileHome implements javax.ejb.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 com.oreilly.jent.ejb.Profilecreate()

public com.oreilly.jent.ejb.Profilecreate(java.lang.String name)

public com.oreilly.jent.ejb.ProfilefindByPrimaryKey(java.lang.String name)

public java.util.CollectionfindEmptyProfiles()