FileDocCategorySizeDatePackage
Init.javaAPI DocGlassfish v2 API2842Fri May 04 22:35:54 BST 2007javax.ejb

Init

public class Init
Designates a method of a session bean that corresponds to the create method of an adapted Home interface or an adapted Local Home interface.

Fields Summary
Constructors Summary
Methods Summary
java.lang.Stringvalue()
The name of the corresponding create method of the adapted Home/LocalHome interface. This value is used to disambiguate the case where there are multiple create methods on an adapted Home/LocalHome interface with the same signature as the annotated @Init method. If no value is specified, the create matching is based on signature only.