Uses of Class
com.sas.services.deployment.DeployableService
Packages that use DeployableService
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of DeployableService in com.sas.services.deployment
Subclasses of DeployableService in com.sas.services.deploymentModifier and TypeClassDescriptionclassThis is an object that represents a foundation service that can be deployed by theServiceLoaderutility.Methods in com.sas.services.deployment that return DeployableServiceModifier and TypeMethodDescriptionstatic DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent) Gets a deployable service from the service component.static DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource) Gets a deployable service from the service component.static DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource, Environment environment) Gets a deployable service from the service component.ServiceLookupFailedException.getDeployableServices()Gets the service capabilities that were sought, but not available.Methods in com.sas.services.deployment with parameters of type DeployableServiceModifier and TypeMethodDescriptionfinal intServiceComparator.compare(DeployableService ds1, DeployableService ds2) Compares two objects that are of typeDeployableServicein an attempt to ascertain which one should be deployed first based upon their service dependencies.final intDeployableService.compareTo(DeployableService otherService) Compares twoDeployableServiceobjects to determine ordering based upon their stated service dependencies.Constructors in com.sas.services.deployment with parameters of type DeployableServiceModifierConstructorDescriptionServiceLookupFailedException(DeployableService[] deployableServices) Constructs an instance specifying the services which failed to be located.