Class MdbConnectionFactoryDescriptor

  • All Implemented Interfaces:
    Serializable

    public class MdbConnectionFactoryDescriptor
    extends org.glassfish.deployment.common.Descriptor
    iAS specific DD Element (see the ias-ejb-jar_2_0.dtd for this element)
    Since:
    JDK 1.4
    Author:
    Ludo
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.glassfish.deployment.common.Descriptor

        DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.enterprise.deployment.ResourcePrincipal getDefaultResourcePrincipal()
      Getter for property defaultResourcePrincipal.
      String getJndiName()
      Getter for property jndiName.
      void setDefaultResourcePrincipal​(com.sun.enterprise.deployment.ResourcePrincipal defaultResourcePrincipal)
      Setter for property defaultResourcePrincipal.
      void setJndiName​(String jndiName)
      Setter for property jndiName.
      • Methods inherited from class org.glassfish.deployment.common.Descriptor

        addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
      • Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor

        addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
    • Constructor Detail

      • MdbConnectionFactoryDescriptor

        public MdbConnectionFactoryDescriptor()
    • Method Detail

      • getDefaultResourcePrincipal

        public com.sun.enterprise.deployment.ResourcePrincipal getDefaultResourcePrincipal()
        Getter for property defaultResourcePrincipal.
        Returns:
        Value of property defaultResourcePrincipal.
      • setDefaultResourcePrincipal

        public void setDefaultResourcePrincipal​(com.sun.enterprise.deployment.ResourcePrincipal defaultResourcePrincipal)
        Setter for property defaultResourcePrincipal.
        Parameters:
        defaultResourcePrincipal - New value of property defaultResourcePrincipal.
      • getJndiName

        public String getJndiName()
        Getter for property jndiName.
        Returns:
        Value of property jndiName.
      • setJndiName

        public void setJndiName​(String jndiName)
        Setter for property jndiName.
        Parameters:
        jndiName - New value of property jndiName.