public class ReportsManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIRMATION_REPORTS_EXPIRATION_SECONDS |
| Constructor and Description |
|---|
ReportsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(ConfirmationReport report) |
java.util.Collection<ConfirmationReport> |
getConfirmationReports() |
int |
getTotalConfirmations() |
int |
getTotalRejections() |
public static final int CONFIRMATION_REPORTS_EXPIRATION_SECONDS
public void addReport(ConfirmationReport report)
public java.util.Collection<ConfirmationReport> getConfirmationReports()
public int getTotalConfirmations()
public int getTotalRejections()