Interface CommandExecution
-
public interface CommandExecutionInstance to follow command excecution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.glassfish.api.ActionReportgetActionReport()org.glassfish.api.ActionReport.ExitCodegetExitCode()StringgetMessage()
-
-
-
Method Detail
-
getActionReport
org.glassfish.api.ActionReport getActionReport()
-
getExitCode
org.glassfish.api.ActionReport.ExitCode getExitCode()
-
getMessage
String getMessage()
-
-