space
Previous Page | Next Page

SAS Namespace Types

ServiceComponent


Subclass of ConfiguredComponent


Overview

Represents software that acts as a service.

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
FactoryClassName Specifies the fully-qualified name of the class which serves as the factory for instantiating the service (i.e. com.sas.services.Information.InformationServiceFactory).   String 256  
IsRemotelyAccessible Specifies whether or not the service is remotely accessible (i.e. whether it is capable of servicing a client operating in a distributed environment).   int  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  ClassIdentifier  InstallationLocation  IsLicensed  LockedBy  Major  Minor  Platform  ProductIdentifier  ProductName  PublicType  SoftwareVersion  SpecVendor  SpecVersion  UsageVersion  Vendor  VendorIdentifier 

Associations

Inherited Associations
AccessControls/Objects , AssociatedMachine/DeployedComponents , Changes/Objects , ComputeTasks/ComputeLocations , CustomAssociations/OwningObject , CustomizedProperties/Customizers , CustomizedTransformations/Customizers , CustomizedTypes/Customizers , DataPackages/DeployedComponents , DependentComponents/DependsOnComponents , DependsOnComponents/DependentComponents , DeployedComponents/DescriptiveComponent , DescriptiveComponent/DeployedComponents , Documents/Objects , EditedProperties/Editors , EditedTypes/Editors , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , ImplementedObjects/Implementors , Implementors/ImplementedObjects , InitProcesses/DeployedComponents , Keywords/Objects , Licenses/LicensedComponent , LocalizedAttributes/AssociatedLocalizedObject , NamedServices/NamingServices , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertyGroups/Customizers , PropertySets/OwningObject , ProviderConnections/Providers , ReferencedObjects/AssociatedObjects , RegisteredEvents/EventBrokers , ResponsibleParties/Objects , ServiceNames/NamedComponent , ServiceTypes/DeployedComponents , SoftwareGroups/SoftwareComponents , SoftwareTrees/SoftwareComponents , SourceConnections/Source , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByComponents/UsingComponents , UsedByPrototypes/UsingPrototype , UsingComponents/UsedByComponents , UsingPrototype/UsedByPrototypes , ValidatedProperties/Validators , ValidatedTypes/Validators , Variables/AssociatedObject 

Attribute Details

FactoryClassName
     Type:  String 256  

Specifies the fully-qualified name of the class which serves as the factory for instantiating the service (i.e. com.sas.services.Information.InformationServiceFactory).

IsRemotelyAccessible
     Type:  int  

Specifies whether or not the service is remotely accessible (i.e. whether it is capable of servicing a client operating in a distributed environment).


space
Previous Page | Next Page | Top of Page