Package org.openspaces.admin.gateway
Interface BootstrapResult
public interface BootstrapResult
A result of a bootstrap
- Since:
- 8.0.4
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the failure cause for the bootstrap ornullif the bootstrap succeeded.booleanReturnstrueif the bootstrap succeeded,falseotherwise.
-
Method Details
-
isSucceeded
boolean isSucceeded()Returnstrueif the bootstrap succeeded,falseotherwise. -
getFailureCause
Throwable getFailureCause()Returns the failure cause for the bootstrap ornullif the bootstrap succeeded.
-