|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use HostInterface | |
|---|---|
| com.sas.services.information.metadata | Information Service metadata. |
| Uses of HostInterface in com.sas.services.information.metadata |
|---|
| Methods in com.sas.services.information.metadata that return HostInterface | |
|---|---|
HostInterface |
OMRMultiHostDeployedObject.getAssociatedHost()
|
abstract HostInterface |
MultiHostDeployment.getAssociatedHost()
Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to get the single associated host |
| Methods in com.sas.services.information.metadata that return types with arguments of type HostInterface | |
|---|---|
java.util.List<HostInterface> |
OMRMultiHostDeployedObject.getHosts()
|
abstract java.util.List<HostInterface> |
MultiHostDeployment.getHosts()
Get the host deployment list |
| Methods in com.sas.services.information.metadata with parameters of type HostInterface | |
|---|---|
void |
OMRMultiHostDeployedObject.addHost(HostInterface host)
|
abstract void |
MultiHostDeployment.addHost(HostInterface host)
Add a new host to the deployment list |
boolean |
OMRMultiHostDeployedObject.isDeployedOnHost(HostInterface host)
|
abstract boolean |
MultiHostDeployment.isDeployedOnHost(HostInterface host)
Checks if the host is on the deployment list |
void |
OMRMultiHostDeployedObject.removeHost(HostInterface host)
|
abstract void |
MultiHostDeployment.removeHost(HostInterface host)
Remove host from the deployment list |
void |
OMRMultiHostDeployedObject.setAssociatedMachine(HostInterface host)
|
abstract void |
MultiHostDeployment.setAssociatedMachine(HostInterface host)
Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to add the single associated host |
| Method parameters in com.sas.services.information.metadata with type arguments of type HostInterface | |
|---|---|
void |
OMRMultiHostDeployedObject.addAll(java.util.List<HostInterface> host)
|
abstract void |
MultiHostDeployment.addAll(java.util.List<HostInterface> hosts)
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||