public class PMInUseNode extends RuntimeDescriptorNode<PersistenceManagerInUse>
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
Constructor and Description |
---|
PMInUseNode() |
Modifier and Type | Method and Description |
---|---|
PersistenceManagerInUse |
getDescriptor() |
protected Map |
getDispatchTable()
all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor
class for setting the element value.
|
Node |
writeDescriptor(Node parent,
String nodeName,
PersistenceManagerInUse descriptor)
write the descriptor class to a DOM tree and return it
|
createDescriptor, setElementValue, writeCommonComponentInfo, writeMessageDestinationInfo
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
public PersistenceManagerInUse getDescriptor()
getDescriptor
in interface XMLNode<PersistenceManagerInUse>
getDescriptor
in class RuntimeDescriptorNode<PersistenceManagerInUse>
protected Map getDispatchTable()
DeploymentDescriptorNode
getDispatchTable
in class DeploymentDescriptorNode<PersistenceManagerInUse>
public Node writeDescriptor(Node parent, String nodeName, PersistenceManagerInUse descriptor)
DeploymentDescriptorNode
writeDescriptor
in class DeploymentDescriptorNode<PersistenceManagerInUse>
parent
- node in the DOM treenodeName
- name for the root element for this DOM tree fragmentdescriptor
- the descriptor to writeCopyright © 2021. All rights reserved.