Uses of Class
org.glassfish.api.ActionReport.MessagePart
-
Packages that use ActionReport.MessagePart Package Description com.sun.enterprise.admin.remote.reader com.sun.enterprise.admin.report org.glassfish.admin.rest.provider org.glassfish.api -
-
Uses of ActionReport.MessagePart in com.sun.enterprise.admin.remote.reader
Fields in com.sun.enterprise.admin.remote.reader declared as ActionReport.MessagePart Modifier and Type Field Description protected ActionReport.MessagePartCliActionReport. topMessageMethods in com.sun.enterprise.admin.remote.reader that return ActionReport.MessagePart Modifier and Type Method Description ActionReport.MessagePartCliActionReport. getTopMessagePart() -
Uses of ActionReport.MessagePart in com.sun.enterprise.admin.report
Fields in com.sun.enterprise.admin.report declared as ActionReport.MessagePart Modifier and Type Field Description protected ActionReport.MessagePartActionReporter. topMessageMethods in com.sun.enterprise.admin.report that return ActionReport.MessagePart Modifier and Type Method Description ActionReport.MessagePartActionReporter. getTopMessagePart()Methods in com.sun.enterprise.admin.report with parameters of type ActionReport.MessagePart Modifier and Type Method Description voidPropsFileActionReporter. writeReport(String prefix, ActionReport.MessagePart part, Manifest m, Attributes attr) -
Uses of ActionReport.MessagePart in org.glassfish.admin.rest.provider
Method parameters in org.glassfish.admin.rest.provider with type arguments of type ActionReport.MessagePart Modifier and Type Method Description protected jakarta.json.JsonArrayActionReportJsonProvider. processChildren(List<ActionReport.MessagePart> parts)protected StringActionReportResultHtmlProvider. processChildren(List<ActionReport.MessagePart> parts)protected XmlArrayActionReportXmlProvider. processChildren(List<ActionReport.MessagePart> parts) -
Uses of ActionReport.MessagePart in org.glassfish.api
Methods in org.glassfish.api that return ActionReport.MessagePart Modifier and Type Method Description ActionReport.MessagePartActionReport.MessagePart. addChild()abstract ActionReport.MessagePartActionReport. getTopMessagePart()Methods in org.glassfish.api that return types with arguments of type ActionReport.MessagePart Modifier and Type Method Description List<ActionReport.MessagePart>ActionReport.MessagePart. getChildren()
-