Interface EjbReferenceContainer

    • Method Detail

      • addEjbReferenceDescriptor

        void addEjbReferenceDescriptor​(EjbReference ejbReference)
        Add a reference to an ejb.
        Parameters:
        the - ejb reference
      • getEjbReference

        EjbReference getEjbReference​(String name)
        Looks up an ejb reference with the given name. Throws an IllegalArgumentException if it is not found.
        Parameters:
        the - name of the ejb-reference
      • getEjbReferenceDescriptors

        Set getEjbReferenceDescriptors()
        Return the set of references to ejbs that I have.