com.sun.enterprise.v3.common
Class PropsFileActionReporter

java.lang.Object
  extended by org.glassfish.api.ActionReport
      extended by com.sun.enterprise.v3.common.ActionReporter
          extended by com.sun.enterprise.v3.common.PropsFileActionReporter

@Service(name="hk2-agent")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class PropsFileActionReporter
extends ActionReporter

Action reporter to a manifest file

Author:
Jerome Dochez

Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.api.ActionReport
ActionReport.ExitCode, ActionReport.MessagePart
 
Field Summary
 
Fields inherited from class com.sun.enterprise.v3.common.ActionReporter
actionDescription, contentType, EOL_MARKER, exception, exitCode, subActions, topMessage
 
Constructor Summary
PropsFileActionReporter()
           
 
Method Summary
 void setMessage(String message)
           
 void useMainChildrenAttribute(boolean useMainChildrenAttr)
           
 void writeReport(OutputStream os)
           
 void writeReport(String prefix, ActionReport.MessagePart part, Manifest m, Attributes attr)
           
 
Methods inherited from class com.sun.enterprise.v3.common.ActionReporter
addSubActionsReport, appendMessage, getActionDescription, getActionExitCode, getCombinedMessages, getContentType, getFailureCause, getMessage, getSubActionsReport, getTopMessagePart, hasFailures, hasSuccesses, hasWarnings, isFailure, isSuccess, isWarning, setActionDescription, setActionExitCode, setContentType, setFailure, setFailureCause, setMessage, setSuccess, setWarning
 
Methods inherited from class org.glassfish.api.ActionReport
failure, failure, getExtraProperties, getResultType, setExtraProperties, setResultType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropsFileActionReporter

public PropsFileActionReporter()
Method Detail

setMessage

public void setMessage(String message)
Overrides:
setMessage in class ActionReporter

writeReport

public void writeReport(OutputStream os)
                 throws IOException
Specified by:
writeReport in class ActionReport
Throws:
IOException

writeReport

public void writeReport(String prefix,
                        ActionReport.MessagePart part,
                        Manifest m,
                        Attributes attr)

useMainChildrenAttribute

public void useMainChildrenAttribute(boolean useMainChildrenAttr)


Copyright © 2012. All Rights Reserved.