Class SessionManagerNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<T>
-
- com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<SessionManager>
-
- org.glassfish.web.deployment.node.runtime.gf.SessionManagerNode
-
- All Implemented Interfaces:
XMLNode<SessionManager>
public class SessionManagerNode extends RuntimeDescriptorNode<SessionManager>
superclass node for WebProperty container- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description protected SessionManagerdescriptor-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description SessionManagerNode()Initialize the child handlers
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionManagergetDescriptor()voidsetElementValue(XMLElement element, String value)receives notification of the value for a particular tagNodewriteDescriptor(Node parent, String nodeName, SessionManager descriptor)write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode
createDescriptor, writeCommonComponentInfo, writeMessageDestinationInfo
-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addDescriptor, 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, writeSubDescriptors
-
-
-
-
Field Detail
-
descriptor
protected SessionManager descriptor
-
-
Method Detail
-
getDescriptor
public SessionManager getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode<SessionManager>- Overrides:
getDescriptorin classRuntimeDescriptorNode<SessionManager>- Returns:
- the descriptor instance to associate with this XMLNode
-
setElementValue
public void setElementValue(XMLElement element, String value)
receives notification of the value for a particular tag- Specified by:
setElementValuein interfaceXMLNode<SessionManager>- Overrides:
setElementValuein classRuntimeDescriptorNode<SessionManager>- Parameters:
element- the xml elementvalue- it's associated value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, SessionManager descriptor)
write the descriptor class to a DOM tree and return it- Overrides:
writeDescriptorin classDeploymentDescriptorNode<SessionManager>- Parameters:
parent- node for the DOM treenodeName- node namedescriptor- the descriptor to write- Returns:
- the DOM tree top node
-
-