public class SessionManagerNode extends RuntimeDescriptorNode<SessionManager>
| Modifier and Type | Field and Description |
|---|---|
protected SessionManager |
descriptor |
abstractDescriptor, habitat, handlers, localStrings, parentNode, rootNode| Constructor and Description |
|---|
SessionManagerNode()
Initialize the child handlers
|
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
getDescriptor() |
void |
setElementValue(XMLElement element,
String value)
receives notification of the value for a particular tag
|
Node |
writeDescriptor(Node parent,
String nodeName,
SessionManager descriptor)
write the descriptor class to a DOM tree and return it
|
createDescriptor, writeCommonComponentInfo, writeMessageDestinationInfoaddDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, 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, writeSubDescriptorsprotected SessionManager descriptor
public SessionManager getDescriptor()
getDescriptor in interface XMLNode<SessionManager>getDescriptor in class RuntimeDescriptorNode<SessionManager>public void setElementValue(XMLElement element, String value)
setElementValue in interface XMLNode<SessionManager>setElementValue in class RuntimeDescriptorNode<SessionManager>element - the xml elementvalue - it's associated valuepublic Node writeDescriptor(Node parent, String nodeName, SessionManager descriptor)
writeDescriptor in class DeploymentDescriptorNode<SessionManager>parent - node for the DOM treenodeName - node namedescriptor - the descriptor to writeCopyright © 2017. All rights reserved.