FailurePolicy |
ifFailure() |
Identifies the expected behavior from the framework if any of the clustered invocation failed.
|
FailurePolicy |
ifFailure() |
Indicates to the framework what type of action should be taken if the execution of this command was to return a
failure exit code.
|
FailurePolicy |
ifNeverStarted() |
Identifies the expected behavior from the framework if any of the clustered invocation could not be invoked because
the remote server has never been started.
|
FailurePolicy |
ifOffline() |
Identifies the expected behaviour from the framework if any of the clustered invocation could not be invoked because
the remote server was offline.
|
FailurePolicy |
SupplementalCommandExecutor.SupplementalCommand.onFailure() |
|
FailurePolicy |
value() |
Returns the intent action to perform if the annotated method does not execute successfully (expressed by a faulty
error code or an exception thrown).
|
static FailurePolicy |
FailurePolicy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FailurePolicy[] |
FailurePolicy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|