public class OMAGServerInstanceMap extends Object
| Constructor and Description |
|---|
OMAGServerInstanceMap()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OMAGOperationalServicesInstance |
getInstance(String serverName)
Return the instance for this server.
|
void |
removeInstance(String serverName)
Remove the instance for this server.
|
void |
setNewInstance(String serverName,
OMAGOperationalServicesInstance instance)
Add a new server instance to the server map.
|
public void setNewInstance(String serverName, OMAGOperationalServicesInstance instance)
serverName - name of the serverinstance - instance objectpublic OMAGOperationalServicesInstance getInstance(String serverName)
serverName - name of the serverpublic void removeInstance(String serverName)
serverName - name of the serverCopyright © 2018–2019 ODPi. All rights reserved.