FileDocCategorySizeDatePackage
ResourceReferenceContainer.javaAPI DocGlassfish v2 API2910Fri May 04 22:31:56 BST 2007com.sun.enterprise.deployment.types

ResourceReferenceContainer

public interface ResourceReferenceContainer
This class defines the behaviour of a descriptor containing resource references
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public voidaddResourceReferenceDescriptor(com.sun.enterprise.deployment.ResourceReferenceDescriptor ejbReference)
Add a resource reference to the J2EEE component

param
the reference descriptor to add

public com.sun.enterprise.deployment.ResourceReferenceDescriptorgetResourceReferenceByName(java.lang.String name)
Looks up a reference to a resource by its name (getName()). Throws an IllegalArgumentException if no such descriptor is found.

param
the name of the resource reference

public java.util.SetgetResourceReferenceDescriptors()
Return the set of references to resources that I have.