Searched refs:addChild (Results 1 - 25 of 102) sorted by relevance

12345

/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DServiceTag.java247 addChild(doc, rootElem, INSTANCE_URN, getInstanceURN());
248 addChild(doc, rootElem, PRODUCT_NAME, getProductName());
249 addChild(doc, rootElem, PRODUCT_VERSION, getProductVersion());
250 addChild(doc, rootElem, PRODUCT_URN, getProductURN());
251 addChild(doc, rootElem, PRODUCT_PARENT_URN, getProductParentURN());
252 addChild(doc, rootElem, PRODUCT_PARENT, getProductParent());
253 addChild(doc, rootElem, PRODUCT_DEFINED_INST_ID, getProductDefinedInstID());
254 addChild(doc, rootElem, PRODUCT_VENDOR, getProductVendor());
255 addChild(doc, rootElem, PLATFORM_ARCH, getPlatformArch());
256 addChild(do
266 private void addChild(Document doc, Element rootElem, String name, String value) { method in class:ServiceTag
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListModulesCommand.java81 ActionReport.MessagePart childPart = top.addChild();
103 ActionReport.MessagePart provides = childPart.addChild();
108 provides.addChild().setMessage(info.toString());
111 ActionReport.MessagePart imports = childPart.addChild();
119 imports.addChild().setMessage(i.getModuleDefinition().getName() + ":" + importVersion);
122 ActionReport.MessagePart implementations = childPart.addChild();
126 implementations.addChild().setMessage(location.toString());
H A DListContainersCommand.java104 ActionReport.MessagePart container = top.addChild();
131 container.addChild().setMessage(app.getName());
H A DListSystemProperties.java127 final ActionReport.MessagePart part = report.getTopMessagePart().addChild();
132 final ActionReport.MessagePart part = report.getTopMessagePart().addChild();
/glassfish-3.1.2/admin/monitor/src/test/java/org/glassfish/flashlight/datatree/
H A DTreeNodeTest.java120 wto.addChild (methodInv);
147 grandson.addChild((TreeNode)counter);
166 grandson.addChild((TreeNode)average);
333 wtoson.addChild(wtograndson);
334 wto.addChild(wtoson);
335 server.addChild(wto);
344 server.addChild(wto);
347 wto.addChild(wtoson);
350 wto.addChild(wtodaughter);
355 wtoson.addChild(wtosonsso
[all...]
/glassfish-3.1.2/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/
H A DListConnectorSecurityMaps.java179 final ActionReport.MessagePart part = mp.addChild();
188 final ActionReport.MessagePart partSM = mp.addChild();
191 final ActionReport.MessagePart partPG = partSM.addChild();
202 final ActionReport.MessagePart partP = partPG.addChild();
209 final ActionReport.MessagePart partG = partPG.addChild();
215 final ActionReport.MessagePart partBP = partPG.addChild();
219 final ActionReport.MessagePart partBPU = partBP.addChild();
225 final ActionReport.MessagePart partBPP = partBP.addChild();
H A DListResourceAdapterConfigs.java134 final ActionReport.MessagePart part = report.getTopMessagePart().addChild();
137 final ActionReport.MessagePart propPart = part.addChild();
143 final ActionReport.MessagePart part = report.getTopMessagePart().addChild();
H A DListConnectorWorkSecurityMaps.java136 final ActionReport.MessagePart part = mp.addChild();
144 final ActionReport.MessagePart part = mp.addChild();
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DListLBConfigsCommand.java119 ActionReport.MessagePart childPart = part.addChild();
130 ActionReport.MessagePart childPart = part.addChild();
144 ActionReport.MessagePart childPart = part.addChild();
161 ActionReport.MessagePart childPart = part.addChild();
168 ActionReport.MessagePart childPart = part.addChild();
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/datatree/
H A DTreeNode.java68 public TreeNode addChild (TreeNode newChild); method in interface:TreeNode
/glassfish-3.1.2/core/kernel/src/test/java/com/sun/enterprise/v3/common/
H A DPlainTextActionReporterTest.java104 ActionReport.MessagePart childPart = top.addChild();
109 ActionReport.MessagePart grandkids = childPart.addChild();
125 ActionReport.MessagePart childPart = top.addChild();
131 ActionReport.MessagePart grandkids = childPart.addChild();
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/registry/
H A DStatsHolder.java63 StatsHolder addChild(String name, MonitoredObjectType type); method in interface:StatsHolder
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/cli/
H A DListWebServicesCommand.java125 ActionReport.MessagePart child = top.addChild();
128 child = child.addChild();
131 child = child.addChild();
134 child = child.addChild();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/
H A DCreateJvmOptions.java131 ActionReport.MessagePart part = report.getTopMessagePart().addChild();
171 report.getTopMessagePart().addChild().setMessage(msg);
181 report.getTopMessagePart().addChild().setMessage(msg);
189 report.getTopMessagePart().addChild().setMessage(msg);
203 report.getTopMessagePart().addChild().setMessage(msg);
213 report.getTopMessagePart().addChild().setMessage(msg);
221 report.getTopMessagePart().addChild().setMessage(msg);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DMBeanTracker.java124 addChild(objectName);
169 addChild(o);
186 private void addChild(final ObjectName child) method in class:MBeanTracker
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/
H A DListJndiEntries.java99 report.getTopMessagePart().addChild();
106 report.getTopMessagePart().addChild();
/glassfish-3.1.2/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/internal/
H A DGetActivationSpecClass.java79 final ActionReport.MessagePart part = report.getTopMessagePart().addChild();
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DDeployDirCommand.java80 ActionReport.MessagePart childPart = msgPart.addChild();
H A DGetTargetsCommand.java86 ActionReport.MessagePart childPart = part.addChild();
H A DListComponentsCommand.java173 ActionReport.MessagePart childPart = part.addChild();
179 ActionReport.MessagePart childPart = part.addChild();
321 ActionReport.MessagePart resourcesChildPart = part.addChild();
341 ActionReport.MessagePart actualChildPart = part.addChild();
344 actualChildPart.addChild().setMessage(grandChildPart.getMessage());
/glassfish-3.1.2/web/gui-plugin-common/src/main/java/org/glassfish/web/plugin/common/
H A DListWebContextParamCommand.java78 ActionReport.MessagePart childPart = part.addChild();
H A DListWebEnvEntryCommand.java79 ActionReport.MessagePart childPart = part.addChild();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DContainer.java128 * by <code>addChild()</code>.
130 String ADD_CHILD_EVENT = "addChild";
389 void addChild(Container child); method in interface:Container
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/cli/
H A DPredefinedAuthRealmClassNamesCommand.java77 ActionReport.MessagePart childPart = part.addChild();
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/
H A DListHttpListeners.java108 .addChild().setMessage(String.format(format, "NAME", "PORT"));
113 .addChild().setMessage(String.format(format, listener.getName(),

Completed in 214 milliseconds

12345