@ejb.create-method

Scope: method

Multiplicity

(0..*): You can use this tag zero to many times in the Java™ source file.

Purpose

This tag defines an ejbCreate method and will be included in the home interface. In Stateless session beans, the ejbCreate method will be created if it is not in the code. The method must be called ejbCreate. Applies to session and entity beans.

Parameters

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

[Optional]

false
Related reference
@ejb.bean
@ejb.ejb-external-ref
@ejb.ejb-ref
@ejb.env-entry
@ejb.facade
@ejb.facade-method
@ejb.finder
@ejb.home
@ejb.home-method
@ejb.interface
@ejb.interface-method
@ejb.permission
@ejb.persistence
@ejb.persistence (method)
@ejb.pk
@ejb.pk-field
@ejb.relation
@ejb.remote-facade
@ejb.resource-env-ref
@ejb.resource-ref
@ejb.security-identity
@ejb.security-role-ref
@ejb.select
@ejb.session
@ejb.transaction
@ejb.util
@ejb.value-object
@ejb.value-object-method
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.