@ejb.remote-facade

Scope: Class

Multiplicity

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

Purpose

This tag generates remote a facade class for entity beans. This class provides a convenient view on session bean and performs all the necessary lookups. Session bean methods marked with @ejb.facade-method is included and transparently proxied. The generated class name follows the pattern {0}Remote. Applies to session beans.

Parameters

Parameter Type Applicability Description Mandatory
NONE        

Feedback