Class EjbRef

All Implemented Interfaces:
Serializable, Cloneable

public class EjbRef extends AbstractRef
Represents a reference address to an EJB.
Author:
Remy Maucherat
See Also:
  • Field Details

  • Constructor Details

    • 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)
  • Method Details