Uses of Class
com.sun.enterprise.v3.common.ActionReporter

Packages that use ActionReporter
com.sun.enterprise.v3.common   
 

Uses of ActionReporter in com.sun.enterprise.v3.common
 

Subclasses of ActionReporter in com.sun.enterprise.v3.common
 class DoNothingActionReporter
          PlainTextActionReporter is being used as a fake ActionReporter when one is required.
 class HTMLActionReporter
           
 class JsonActionReporter
          Writes command output to a json stream
 class PlainTextActionReporter
           
 class PropsFileActionReporter
          Action reporter to a manifest file
 class XMLActionReporter
          Represents 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"/>
    ...
 class XMLContentActionReporter
          Represents 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.v3.common with type parameters of type ActionReporter
protected  List<ActionReporter> ActionReporter.subActions
           
 

Methods in com.sun.enterprise.v3.common that return types with arguments of type ActionReporter
 List<ActionReporter> ActionReporter.getSubActionsReport()
           
 

Methods in com.sun.enterprise.v3.common with parameters of type ActionReporter
protected  void PlainTextActionReporter.getCombinedMessages(ActionReporter aReport, StringBuilder out)
           
protected  void ActionReporter.getCombinedMessages(ActionReporter aReport, StringBuilder sb)
          Returns combined messages.
 



Copyright © 2012. All Rights Reserved.