Uses of Class
com.sun.enterprise.admin.report.ActionReporter
-
-
Uses of ActionReporter in com.sun.enterprise.admin.report
Subclasses of ActionReporter in com.sun.enterprise.admin.report Modifier and Type Class Description classDoNothingActionReporterPlainTextActionReporter is being used as a fake ActionReporter when one is required.classHTMLActionReporterClass for reporting the result of a command using HTML.classJsonActionReporterWrites command output to a json streamclassPlainTextActionReporterclassPropsFileActionReporterAction reporter to a manifest fileclassXMLActionReporterRepresents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="xxx">
<property name="xxx" value="xxx"/>
...classXMLContentActionReporterRepresents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="">
<property name="xxx" value="xxx"/>
...Fields in com.sun.enterprise.admin.report with type parameters of type ActionReporter Modifier and Type Field Description protected List<ActionReporter>ActionReporter. subActionsMethods in com.sun.enterprise.admin.report that return types with arguments of type ActionReporter Modifier and Type Method Description List<ActionReporter>ActionReporter. getSubActionsReport()Methods in com.sun.enterprise.admin.report with parameters of type ActionReporter Modifier and Type Method Description voidActionReporter. getCombinedMessages(ActionReporter aReport, StringBuilder sb)Returns combined messages.voidPlainTextActionReporter. getCombinedMessages(ActionReporter aReport, StringBuilder out) -
Uses of ActionReporter in org.glassfish.admin.rest.composite
Methods in org.glassfish.admin.rest.composite that return ActionReporter Modifier and Type Method Description protected ActionReporterCompositeResource. executeCommand(String command, ParameterMap parameters, jakarta.ws.rs.core.Response.Status status, boolean includeFailureMessage, boolean throwOnWarning)Execute anAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeCommand(Subject subject, String command, ParameterMap parameters, jakarta.ws.rs.core.Response.Status status, boolean includeFailureMessage, boolean throwOnWarning, boolean managed)Execute anAdminCommandwith the specified parameters.protected ActionReporterCompositeResource. executeDeleteCommand(String command)Execute a deleteAdminCommandwith no parameters.protected ActionReporterCompositeResource. executeDeleteCommand(String command, ParameterMap parameters)Execute a deleteAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeDeleteCommand(Subject subject, String command)Execute a deleteAdminCommandwith no parameters.ActionReporterCompositeUtil. executeDeleteCommand(Subject subject, String command, ParameterMap parameters)Execute a deleteAdminCommandwith the specified parameters.protected ActionReporterCompositeResource. executeDeleteCommandManaged(String command, ParameterMap parameters)Execute a deleteAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeDeleteCommandManaged(Subject subject, String command, ParameterMap parameters)Execute a deleteAdminCommandwith the specified parameters.protected ActionReporterCompositeResource. executeReadCommand(String command)Execute a read-onlyAdminCommandwith the specified parameters.protected ActionReporterCompositeResource. executeReadCommand(String command, ParameterMap parameters)Execute a read-onlyAdminCommandwith no parameters.ActionReporterCompositeUtil. executeReadCommand(Subject subject, String command)Execute a read-onlyAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeReadCommand(Subject subject, String command, ParameterMap parameters)Execute a read-onlyAdminCommandwith no parameters.protected ActionReporterCompositeResource. executeWriteCommand(String command)Execute a writingAdminCommandwith no parameters.protected ActionReporterCompositeResource. executeWriteCommand(String command, ParameterMap parameters)Execute a writingAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeWriteCommand(Subject subject, String command)Execute a writingAdminCommandwith no parameters.ActionReporterCompositeUtil. executeWriteCommand(Subject subject, String command, ParameterMap parameters)Execute a writingAdminCommandwith the specified parameters.protected ActionReporterCompositeResource. executeWriteCommandManaged(String command, ParameterMap parameters)Execute a writingAdminCommandwith the specified parameters.ActionReporterCompositeUtil. executeWriteCommandManaged(Subject subject, String command, ParameterMap parameters)Execute a writingAdminCommandwith the specified parameters as managed job. -
Uses of ActionReporter in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type ActionReporter Modifier and Type Method Description protected voidAdminCommandStateCmdResultJsonProvider. addActionReporter(ActionReporter ar, jakarta.json.JsonObjectBuilder json)protected voidAdminCommandStateJsonProvider. addActionReporter(ActionReporter ar, jakarta.json.JsonObjectBuilder json)StringActionReportJsonProvider. getContent(ActionReporter ar)Returns the content of theActionReporterin Json format as aString.StringActionReportXmlProvider. getContent(ActionReporter ar)protected <T> TActionReportJsonProvider. getFieldValue(ActionReporter ar, String name, T type)protected jakarta.json.JsonObjectActionReportJson2Provider. processReport(ActionReporter ar)protected jakarta.json.JsonObjectActionReportJsonProvider. processReport(ActionReporter ar)Converts an ActionReport into a JsonObjectprotected StringActionReportResultHtmlProvider. processReport(ActionReporter ar)protected XmlObjectActionReportXmlProvider. processReport(ActionReporter ar)Method parameters in org.glassfish.admin.rest.provider with type arguments of type ActionReporter Modifier and Type Method Description protected jakarta.json.JsonArrayActionReportJsonProvider. processSubReports(List<ActionReporter> subReports)protected StringActionReportResultHtmlProvider. processSubReports(List<ActionReporter> subReports)protected XmlArrayActionReportXmlProvider. processSubReports(List<ActionReporter> subReports) -
Uses of ActionReporter in org.glassfish.admin.rest.results
Methods in org.glassfish.admin.rest.results that return ActionReporter Modifier and Type Method Description ActionReporterActionReportResult. getActionReport()Returns the result string this object represents -
Uses of ActionReporter in org.glassfish.admin.rest.utils.xml
Subclasses of ActionReporter in org.glassfish.admin.rest.utils.xml Modifier and Type Class Description classRestActionReporter
-