Package org.jgroups.protocols.pbcast
Class FLUSH.FlushStartResult
- java.lang.Object
-
- org.jgroups.protocols.pbcast.FLUSH.FlushStartResult
-
- Enclosing class:
- FLUSH
private static final class FLUSH.FlushStartResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ExceptionfailureCauseprivate java.lang.Booleanresult
-
Constructor Summary
Constructors Modifier Constructor Description privateFlushStartResult(java.lang.Boolean result, java.lang.Exception failureCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfailed()java.lang.ExceptiongetFailureCause()java.lang.BooleangetResult()
-