Class ContextEjb

  • All Implemented Interfaces:
    java.io.Serializable, Injectable

    public class ContextEjb
    extends ResourceBase
    Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextEjb

        public ContextEjb()
        Default constructor for ContextEjb.
    • Method Detail

      • getHome

        public java.lang.String getHome()
        Returns the name of the EJB home implementation class.
        Returns:
        the EJB home class name
      • setHome

        public void setHome​(java.lang.String home)
        Sets the name of the EJB home implementation class.
        Parameters:
        home - the EJB home class name
      • getLink

        public java.lang.String getLink()
        Returns the link to a Jakarta EE EJB definition.
        Returns:
        the EJB link
      • setLink

        public void setLink​(java.lang.String link)
        Sets the link to a Jakarta EE EJB definition.
        Parameters:
        link - the EJB link
      • getRemote

        public java.lang.String getRemote()
        Returns the name of the EJB remote implementation class.
        Returns:
        the EJB remote class name
      • setRemote

        public void setRemote​(java.lang.String remote)
        Sets the name of the EJB remote implementation class.
        Parameters:
        remote - the EJB remote class name
      • toString

        public java.lang.String toString()
        Return a String representation of this object.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ResourceBase