public class DataEngineServicesInstance extends Object
| Constructor and Description |
|---|
DataEngineServicesInstance(OMRSRepositoryConnector repositoryConnector)
Set up the local repository connector that will service the REST Calls.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServerName()
Return the server name.
|
void |
shutdown()
Unregister this instance from the instance map.
|
public DataEngineServicesInstance(OMRSRepositoryConnector repositoryConnector) throws NewInstanceException
repositoryConnector - link to the repository responsible for servicing the REST calls.NewInstanceException - a problem occurred during initializationpublic String getServerName() throws NewInstanceException
NewInstanceException - a problem occurred during initializationpublic void shutdown()
Copyright © 2018–2019 ODPi. All rights reserved.