Class PMInUseNode

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

@Deprecated(forRemoval=true, since="3.1") public class PMInUseNode extends com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<PersistenceManagerInUse>
Deprecated, for removal: This API element is subject to removal in a future version.
This node handles the pm-inuse 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.
     
    writeDescriptor(Node parent, String nodeName, PersistenceManagerInUse 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, 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

    • PMInUseNode

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

    • getDescriptor

      public PersistenceManagerInUse 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<PersistenceManagerInUse>
      Overrides:
      getDescriptor in class com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<PersistenceManagerInUse>
    • 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<PersistenceManagerInUse>
    • writeDescriptor

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