Class EjbRef

    • Constructor Detail

      • EjbRef

        public EjbRef​(String ejbType,
                      String home,
                      String remote,
                      String link)
        EJB Reference.
        Parameters:
        ejbType - EJB type
        home - Home interface classname
        remote - Remote interface classname
        link - EJB link
      • EjbRef

        public EjbRef​(String ejbType,
                      String home,
                      String remote,
                      String link,
                      String factory,
                      String factoryLocation)
        EJB Reference.
        Parameters:
        ejbType - EJB type
        home - Home interface classname
        remote - Remote interface classname
        link - EJB link
        factory - The possibly null class name of the object's factory.
        factoryLocation - The possibly null location from which to load the factory (e.g. URL)