public class FrameworkStatusReportService extends Object implements ScopeModelAware
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS_CONSUMPTION_STATUS |
static String |
MIGRATION_STEP_STATUS |
static String |
REGISTRATION_STATUS |
| Constructor and Description |
|---|
FrameworkStatusReportService() |
| Modifier and Type | Method and Description |
|---|---|
String |
createConsumptionReport(String interfaceName,
String version,
String group,
String status) |
String |
createMigrationStepReport(String interfaceName,
String version,
String group,
String originStep,
String newStep,
String success) |
String |
createRegistrationReport(String status) |
boolean |
hasReporter() |
void |
reportConsumptionStatus(Object obj) |
void |
reportMigrationStepStatus(Object obj) |
void |
reportRegistrationStatus(Object obj) |
void |
setApplicationModel(ApplicationModel applicationModel)
Override this method if you just need application model
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetFrameworkModel, setModuleModel, setScopeModelpublic static final String REGISTRATION_STATUS
public static final String ADDRESS_CONSUMPTION_STATUS
public static final String MIGRATION_STEP_STATUS
public void setApplicationModel(ApplicationModel applicationModel)
ScopeModelAwaresetApplicationModel in interface ScopeModelAwarepublic void reportRegistrationStatus(Object obj)
public void reportConsumptionStatus(Object obj)
public void reportMigrationStepStatus(Object obj)
public boolean hasReporter()
public String createConsumptionReport(String interfaceName, String version, String group, String status)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.