Interface CommandExecution


public interface CommandExecution
Instance to follow command excecution.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.glassfish.api.ActionReport
     
    org.glassfish.api.ActionReport.ExitCode
     
     
  • Method Details

    • getActionReport

      org.glassfish.api.ActionReport getActionReport()
    • getExitCode

      org.glassfish.api.ActionReport.ExitCode getExitCode()
    • getMessage

      String getMessage()