Class EjbRef

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class EjbRef
    extends Reference
    Represents a reference address to an EJB.
    Version:
    $Revision: 1.2 $ $Date: 2005/12/08 01:29:03 $
    Author:
    Remy Maucherat
    See Also:
    Serialized Form
    • 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
    • Method Detail

      • getFactoryClassName

        public String getFactoryClassName()
        Retrieves the class name of the factory of the object to which this reference refers.
        Overrides:
        getFactoryClassName in class Reference