org.glassfish.internal.embedded.admin
Interface CommandExecution


public interface CommandExecution

Instance to follow command excecution.


Method Summary
 ActionReport getActionReport()
           
 ActionReport.ExitCode getExitCode()
           
 String getMessage()
           
 

Method Detail

getActionReport

ActionReport getActionReport()

getExitCode

ActionReport.ExitCode getExitCode()

getMessage

String getMessage()


Copyright © 2012 GlassFish Community. All Rights Reserved.