FileDocCategorySizeDatePackage
EjbReferenceContainer.javaAPI DocGlassfish v2 API2721Fri May 04 22:31:54 BST 2007com.sun.enterprise.deployment.types

EjbReferenceContainer

public interface EjbReferenceContainer
This interface defines the behaviour of a J2EE component containaing ejb references
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public voidaddEjbReferenceDescriptor(EjbReference ejbReference)
Add a reference to an ejb.

param
the ejb reference

public EjbReferencegetEjbReference(java.lang.String name)
Looks up an ejb reference with the given name. Throws an IllegalArgumentException if it is not found.

param
the name of the ejb-reference

public java.util.SetgetEjbReferenceDescriptors()
Return the set of references to ejbs that I have.