Uses of Interface
com.sas.services.information.metadata.HostInterface

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()
           
 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()
           
 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)
           
 void MultiHostDeployment.addHost(HostInterface host)
          Add a new host to the deployment list
 boolean OMRMultiHostDeployedObject.isDeployedOnHost(HostInterface host)
           
 boolean MultiHostDeployment.isDeployedOnHost(HostInterface host)
          Checks if the host is on the deployment list
 void OMRMultiHostDeployedObject.removeHost(HostInterface host)
           
 void MultiHostDeployment.removeHost(HostInterface host)
          Remove host from the deployment list
 void OMRMultiHostDeployedObject.setAssociatedMachine(HostInterface host)
           
 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)
           
 void MultiHostDeployment.addAll(java.util.List<HostInterface> hosts)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.