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
abstract  DeployedComponent SASLicense.getLicensedComponent()
          Gets the DeployedComponent for LicensedComponent
abstract  DeployedComponent NamedService.getNamedComponent()
          Gets the DeployedComponent for NamedComponent
abstract  DeployedComponent Connection.getSource()
          Gets the DeployedComponent for Source
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.