Interface ResourceReferenceContainer

    • Method Detail

      • addResourceReferenceDescriptor

        void addResourceReferenceDescriptor​(ResourceReferenceDescriptor ejbReference)
        Add a resource reference to the J2EEE component
        Parameters:
        the - reference descriptor to add
      • getResourceReferenceByName

        ResourceReferenceDescriptor getResourceReferenceByName​(String name)
        Looks up a reference to a resource by its name (getName()). Throws an IllegalArgumentException if no such descriptor is found.
        Parameters:
        the - name of the resource reference
      • getResourceReferenceDescriptors

        Set getResourceReferenceDescriptors()
        Return the set of references to resources that I have.