Searched defs:node (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/
H A DMonitoringRuntimeDataRegistry.java57 public void add (String name, TreeNode node); argument
63 * @param name of the top node in the registry
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DAddressingNode.java41 package com.sun.enterprise.deployment.node;
59 * This node does xml marshalling to/from web service addressing elements
117 * @param parent node in the DOM tree
118 * @param node name for the root element of this xml fragment
120 * @return the DOM tree top node
H A DConfigurableNode.java47 package com.sun.enterprise.deployment.node;
H A DDataSourceDefinitionNode.java41 package com.sun.enterprise.deployment.node;
89 Node node = appendChild(parent, nodeName);
90 appendTextChild(node, TagNames.DATA_SOURCE_DESCRIPTION, dataSourceDesc.getDescription());
91 appendTextChild(node, TagNames.DATA_SOURCE_NAME, dataSourceDesc.getName());
92 appendTextChild(node, TagNames.DATA_SOURCE_CLASS_NAME, dataSourceDesc.getClassName());
93 appendTextChild(node, TagNames.DATA_SOURCE_SERVER_NAME, dataSourceDesc.getServerName());
94 appendTextChild(node, TagNames.DATA_SOURCE_PORT_NUMBER, dataSourceDesc.getPortNumber());
95 appendTextChild(node, TagNames.DATA_SOURCE_DATABASE_NAME, dataSourceDesc.getDatabaseName());
96 appendTextChild(node, TagNames.DATA_SOURCE_URL, dataSourceDesc.getUrl());
97 appendTextChild(node, TagName
[all...]
H A DDataSourcePropertyNode.java41 package com.sun.enterprise.deployment.node;
67 public Node writeDescriptor(Node node, DataSourceDefinitionDescriptor dataSourceDesc) { argument
76 Node propertyNode = appendChild(node, TagNames.DATA_SOURCE_PROPERTY);
80 return node;
H A DDescriptorFactory.java41 package com.sun.enterprise.deployment.node;
H A DDisplayableComponentNode.java41 package com.sun.enterprise.deployment.node;
50 * This node class is responsible for handling all the information
69 * @param parent node for the DOM tree
71 * @return the DOM tree top node
74 Node node = super.writeDescriptor(parent, descriptor);
77 writeDisplayableComponentInfo(node, descriptor);
78 return node;
84 * @param the node to write the info to
87 protected void writeDisplayableComponentInfo(Node node, T descriptor) { argument
89 localizedNode.writeLocalizedMap(node, TagName
[all...]
H A DEjbLocalReferenceNode.java41 package com.sun.enterprise.deployment.node;
46 * This node handles all information relative to ejb-local-ref
H A DEjbReferenceNode.java41 package com.sun.enterprise.deployment.node;
54 * This class handles all information in the ejb-reference xml node
103 * @param parent node in the DOM tree
104 * @param node name for the root element of this xml fragment
106 * @return the DOM tree top node
H A DEntityManagerFactoryReferenceNode.java41 package com.sun.enterprise.deployment.node;
51 * This node handles all persistence-unit-ref xml tag elements
83 * @param parent node in the DOM tree
84 * @param node name for the root element of this xml fragment
86 * @return the DOM tree top node
H A DEnvEntryNode.java41 package com.sun.enterprise.deployment.node;
52 * This node is responsible for handling all env-entry related xml tags
109 * @param parent node in the DOM tree
110 * @param node name for the root element of this xml fragment
112 * @return the DOM tree top node
H A DIconNode.java47 package com.sun.enterprise.deployment.node;
68 * @return the descriptor for this node
90 * notification of the end of XML parsing for this node
145 private void addIconInfo(Node node, String lang, String smallIconUri, String largeIconUri) { argument
147 Element iconNode =appendChild(node, TagNames.ICON);
H A DInjectionTargetNode.java47 * the Source Creation and Management node. Right-click the template and choose
51 package com.sun.enterprise.deployment.node;
60 * This node handles all information relative to the injection-target element
84 * @param parent node in the DOM tree
85 * @param node name for the root element of this xml fragment
87 * @return the DOM tree top node
H A DJ2EEDocumentBuilder.java41 package com.sun.enterprise.deployment.node;
109 * Return a document containing a result node based
112 public static Document getDocument(Descriptor descriptor, XMLNode node) { argument
114 Node domNode = node.writeDescriptor(newDocument(), descriptor);
125 public static void write (Descriptor descriptor, final RootXMLNode node, final File resultFile) throws Exception { argument
126 if (node==null) {
134 write(descriptor, node, out);
138 public static void write (Descriptor descriptor, final RootXMLNode node, final OutputStream os) throws Exception { argument
140 write(descriptor, node, output);
143 public static void write (Descriptor descriptor, final RootXMLNode node, fina argument
192 setTransformerProperties(RootXMLNode node, Transformer transformer) argument
[all...]
H A DLifecycleCallbackNode.java41 package com.sun.enterprise.deployment.node;
54 * This node handles all information relative to injection-complete xml tag
103 * @param parent node in the DOM tree
104 * @param node name for the root element of this xml fragment
106 * @return the DOM tree top node
H A DLocalizedInfoNode.java47 package com.sun.enterprise.deployment.node;
53 * This node handles the descriptionType xml fragment
60 * we do not create descriptors in this node
67 * notification of the end of XML parsing for this node
H A DSaxParserHandlerFactory.java41 package com.sun.enterprise.deployment.node;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ejb/
H A DAroundTimeoutNode.java41 package com.sun.enterprise.deployment.node.ejb;
44 * This node handles all information relative to injection-complete xml tag
H A DExcludeListNode.java47 package com.sun.enterprise.deployment.node.ejb;
51 import com.sun.enterprise.deployment.node.DeploymentDescriptorNode;
52 import com.sun.enterprise.deployment.node.DescriptorFactory;
53 import com.sun.enterprise.deployment.node.MethodNode;
54 import com.sun.enterprise.deployment.node.XMLElement;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/
H A DWebCacheNode.java41 package com.sun.enterprise.deployment.node.runtime;
43 import com.sun.enterprise.deployment.node.DeploymentDescriptorNode;
46 * This node handles the web-cache untime deployment descriptors
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/common/
H A DRuntimeNameValuePairNode.java47 package com.sun.enterprise.deployment.node.runtime.common;
50 import com.sun.enterprise.deployment.node.NameValuePairNode;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/runtime/web/
H A DCookiePropertiesNode.java41 package com.sun.enterprise.deployment.node.runtime.web;
44 * This node is the superclass for all web related runtime nodes
H A DWebPropertyContainerNode.java41 package com.sun.enterprise.deployment.node.runtime.web;
43 import com.sun.enterprise.deployment.node.XMLElement;
47 * superclass node for WebProperty container
H A DWebRuntimeNode.java41 package com.sun.enterprise.deployment.node.runtime.web;
43 import com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode;
47 * This node is the superclass for all web related runtime nodes
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ws/
H A DUnsupportedConfigurationException.java41 package com.sun.enterprise.deployment.node.ws;

Completed in 35 milliseconds

1234567891011>>