public class ExporterController extends java.lang.Object implements ExporterInternalActions
| Modifier and Type | Field and Description |
|---|---|
private ExporterInternalActions |
executor |
| Constructor and Description |
|---|
ExporterController(ExporterInternalActions executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
callUnregisterOnStartup() |
void |
registerService() |
void |
registerServiceAtStartup(boolean register) |
void |
unregisterService() |
private ExporterInternalActions executor
public ExporterController(ExporterInternalActions executor)
public void registerService()
registerService in interface ExporterInternalActionspublic void registerServiceAtStartup(boolean register)
registerServiceAtStartup in interface ExporterInternalActionspublic void unregisterService()
unregisterService in interface ExporterInternalActionspublic void callUnregisterOnStartup()
callUnregisterOnStartup in interface ExporterInternalActions