Class PMDescriptorNode

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

@Deprecated(forRemoval=true, since="3.1") public class PMDescriptorNode extends com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<IASPersistenceManagerDescriptor>
Deprecated, for removal: This API element is subject to removal in a future version.
This node handles the pm-descriptor 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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected Map
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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, 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, 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

    • PMDescriptorNode

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

    • getDescriptor

      public IASPersistenceManagerDescriptor getDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDescriptor in interface com.sun.enterprise.deployment.node.XMLNode<IASPersistenceManagerDescriptor>
      Overrides:
      getDescriptor in class com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<IASPersistenceManagerDescriptor>
    • getDispatchTable

      protected Map getDispatchTable()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getDispatchTable in class com.sun.enterprise.deployment.node.DeploymentDescriptorNode<IASPersistenceManagerDescriptor>
    • writeDescriptor

      public Node writeDescriptor(Node parent, String nodeName, IASPersistenceManagerDescriptor 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<IASPersistenceManagerDescriptor>