FileDocCategorySizeDatePackage
ProfileServerHome.javaAPI DocExample963Wed Apr 05 11:25:42 BST 2000stateless

ProfileServerHome

public interface ProfileServerHome implements EJBHome
The "home" interface for the ProfileServerBean. 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 ProfileServercreate()
Only a basic create() method provided here.