Uses of Interface
com.sas.metadata.remote.DeployedComponent

Packages that use DeployedComponent
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of DeployedComponent in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return DeployedComponent
 DeployedComponent SASLicense.getLicensedComponent()
          Gets the DeployedComponent for LicensedComponent
 DeployedComponent NamedService.getNamedComponent()
          Gets the DeployedComponent for NamedComponent
 DeployedComponent Connection.getSource()
          Gets the DeployedComponent for Source
 

Methods in com.sas.metadata.remote with parameters of type DeployedComponent
 void SASLicense.setLicensedComponent(DeployedComponent inObject)
          Sets the LicensedComponents list 0th element to be inObject.
 void NamedService.setNamedComponent(DeployedComponent inObject)
          Sets the NamedComponents list 0th element to be inObject.
 void Connection.setSource(DeployedComponent inObject)
          Sets the Sources list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.