Uses of Interface
com.sas.metadata.remote.DeployedComponent
Packages that use DeployedComponent
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of DeployedComponent in com.sas.metadata.remote
Subinterfaces of DeployedComponent in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceInstalled software that has configuration information in addition to the licensing information.interfaceUsed to define a homogeneous group of servers.interfaceRepresents servers and spawners.interfaceUsed to define an application context for non-homogeneous group servers.interfaceRepresents software that acts as a service.Methods in com.sas.metadata.remote that return DeployedComponentModifier and TypeMethodDescriptionSASLicense.getLicensedComponent()Gets theDeployedComponentforLicensedComponentNamedService.getNamedComponent()Gets theDeployedComponentforNamedComponentConnection.getSource()Gets theDeployedComponentforSourceMethods in com.sas.metadata.remote with parameters of type DeployedComponentModifier and TypeMethodDescriptionvoidSASLicense.setLicensedComponent(DeployedComponent inObject) Sets theLicensedComponentslist 0th element to beinObject.voidNamedService.setNamedComponent(DeployedComponent inObject) Sets theNamedComponentslist 0th element to beinObject.voidConnection.setSource(DeployedComponent inObject) Sets theSourceslist 0th element to beinObject. -
Uses of DeployedComponent in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return DeployedComponentModifier and TypeMethodDescriptionSASLicenseImpl.getLicensedComponent()Gets theDeployedComponentforLicensedComponentNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.NamedServiceImpl.getNamedComponent()Gets theDeployedComponentforNamedComponentNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.ConnectionImpl.getSource()Gets theDeployedComponentforSourceNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type DeployedComponentModifier and TypeMethodDescriptionvoidSASLicenseImpl.setLicensedComponent(DeployedComponent inObject) Sets theLicensedComponentslist 0th element to beinObject.voidNamedServiceImpl.setNamedComponent(DeployedComponent inObject) Sets theNamedComponentslist 0th element to beinObject.voidConnectionImpl.setSource(DeployedComponent inObject) Sets theSourceslist 0th element to beinObject.