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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected MapDeprecated, 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, writeMessageDestinationInfoMethods 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
-
Constructor Details
-
PMInUseNode
public PMInUseNode()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescriptorin interfacecom.sun.enterprise.deployment.node.XMLNode<PersistenceManagerInUse>- Overrides:
getDescriptorin classcom.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<PersistenceManagerInUse>
-
getDispatchTable
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getDispatchTablein classcom.sun.enterprise.deployment.node.DeploymentDescriptorNode<PersistenceManagerInUse>
-
writeDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
writeDescriptorin classcom.sun.enterprise.deployment.node.DeploymentDescriptorNode<PersistenceManagerInUse>
-