Class PMDescriptorsNode

java.lang.Object
com.sun.enterprise.deployment.node.DeploymentDescriptorNode<T>
com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<EjbBundleDescriptorImpl>
org.glassfish.ejb.deployment.node.runtime.PMDescriptorsNode
All Implemented Interfaces:
com.sun.enterprise.deployment.node.XMLNode<EjbBundleDescriptorImpl>

@Deprecated(forRemoval=true, since="3.1") public class PMDescriptorsNode extends com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<EjbBundleDescriptorImpl>
Deprecated, for removal: This API element is subject to removal in a future version.
This node handles the pm-descriptors runtime xml element
Author:
Jerome Dochez
  • Field Summary

    Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode

    abstractDescriptor, handlers, serviceLocator
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl descriptor)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode

    createDescriptor, getDescriptor, setElementValue, writeCommonComponentInfo, writeMessageDestinationInfo

    Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode

    addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PMDescriptorsNode

      public PMDescriptorsNode()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • writeDescriptor

      public Node writeDescriptor(Node parent, String nodeName, EjbBundleDescriptorImpl descriptor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      writeDescriptor in class com.sun.enterprise.deployment.node.DeploymentDescriptorNode<EjbBundleDescriptorImpl>