Uses of Interface
com.sas.services.information.metadata.HostInterface
Packages that use HostInterface
-
Uses of HostInterface in com.sas.services.information.metadata
Classes in com.sas.services.information.metadata that implement HostInterfaceMethods in com.sas.services.information.metadata that return HostInterfaceModifier and TypeMethodDescriptionMultiHostDeployment.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 hostOMRMultiHostDeployedObject.getAssociatedHost()Methods in com.sas.services.information.metadata that return types with arguments of type HostInterfaceModifier and TypeMethodDescriptionList<HostInterface> MultiHostDeployment.getHosts()Get the host deployment listList<HostInterface> OMRMultiHostDeployedObject.getHosts()Methods in com.sas.services.information.metadata with parameters of type HostInterfaceModifier and TypeMethodDescriptionvoidMultiHostDeployment.addHost(HostInterface host) Add a new host to the deployment listvoidOMRMultiHostDeployedObject.addHost(HostInterface host) booleanMultiHostDeployment.isDeployedOnHost(HostInterface host) Checks if the host is on the deployment listbooleanOMRMultiHostDeployedObject.isDeployedOnHost(HostInterface host) voidMultiHostDeployment.removeHost(HostInterface host) Remove host from the deployment listvoidOMRMultiHostDeployedObject.removeHost(HostInterface host) voidMultiHostDeployment.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 hostvoidOMRMultiHostDeployedObject.setAssociatedMachine(HostInterface host) Method parameters in com.sas.services.information.metadata with type arguments of type HostInterfaceModifier and TypeMethodDescriptionvoidMultiHostDeployment.addAll(List<HostInterface> hosts) voidOMRMultiHostDeployedObject.addAll(List<HostInterface> host)