Package com.sun.enterprise.v3.common

Class Summary
ActionReporter Superclass for common ActionReport extension.
BooleanLatch Acts like a CountDownLatch except that it only requires a single signal to fire.
DoNothingActionReporter PlainTextActionReporter is being used as a fake ActionReporter when one is required.
HTMLActionReporter  
JsonActionReporter Writes command output to a json stream
PlainTextActionReporter  
PropsFileActionReporter Action reporter to a manifest file
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"/>
    ...
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"/>
    ...
 



Copyright © 2012. All Rights Reserved.