Uses of Interface
com.sas.metadata.remote.SoftwareComponent
Packages that use SoftwareComponent
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 SoftwareComponent in com.sas.metadata.remote
Subinterfaces of SoftwareComponent in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceInstalled software that has configuration information in addition to the licensing information.interfaceAn abstract metadata type that represents installed software.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 SoftwareComponentModifier and TypeMethodDescriptionDeployedComponent.getDescriptiveComponent()Gets theSoftwareComponentforDescriptiveComponentMethods in com.sas.metadata.remote with parameters of type SoftwareComponentModifier and TypeMethodDescriptionvoidDeployedComponent.setDescriptiveComponent(SoftwareComponent inObject) Sets theDescriptiveComponentslist 0th element to beinObject. -
Uses of SoftwareComponent in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return SoftwareComponentModifier and TypeMethodDescriptionDeployedComponentImpl.getDescriptiveComponent()Gets theSoftwareComponentforDescriptiveComponentNOTE: 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 SoftwareComponentModifier and TypeMethodDescriptionvoidDeployedComponentImpl.setDescriptiveComponent(SoftwareComponent inObject) Sets theDescriptiveComponentslist 0th element to beinObject.