@ejb.home-method

Scope: method

Multiplicity

(0..1): You can use this tag zero or one time in the Java™ source file.

Purpose

This tag defines the method as a home method. For example, if the name of the method is ejbHomefoo, then the corresponding home method (ejbHomefoo) should be defined on the home interface will be "foo()". Applies to entity beans, EJB 2.x.

Parameters

Parameter Type Applicability Description Mandatory
view-type text   Specifies which view-type the method is exposed in. You must specify one of the following attributes:
  • local
  • remote
The default value is
  • local
false

Feedback