public class InformationViewServicesInstance extends Object
| Constructor and Description |
|---|
InformationViewServicesInstance(ReportHandler reportHandler,
DataViewHandler dataViewHandler,
RegistrationHandler registrationHandler,
ContextBuilders contextBuilders,
String serverName)
Set up the local repository connector that will service the REST Calls.
|
| Modifier and Type | Method and Description |
|---|---|
ContextBuilders |
getContextBuilders() |
DataViewHandler |
getDataViewHandler() |
RegistrationHandler |
getRegistrationHandler() |
ReportHandler |
getReportHandler()
Return the report creator for this server.
|
void |
shutdown()
Unregister this instance from the instance map.
|
public InformationViewServicesInstance(ReportHandler reportHandler, DataViewHandler dataViewHandler, RegistrationHandler registrationHandler, ContextBuilders contextBuilders, String serverName)
reportHandler - link to the repository responsible for servicing the REST calls.public ReportHandler getReportHandler()
public DataViewHandler getDataViewHandler()
public RegistrationHandler getRegistrationHandler()
public ContextBuilders getContextBuilders()
public void shutdown()
Copyright © 2018–2020 ODPi. All rights reserved.