Package fish.payara.micro
Interface ClusterCommandResult
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClusterCommandResultImpl
public interface ClusterCommandResult extends Serializable
- Author:
- steve
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusterCommandResult.ExitStatusA command can have following types of exit status.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterCommandResult.ExitStatusgetExitStatus()ThrowablegetFailureCause()StringgetOutput()
-
-
-
Method Detail
-
getExitStatus
ClusterCommandResult.ExitStatus getExitStatus()
-
getFailureCause
Throwable getFailureCause()
-
getOutput
String getOutput()
-
-