|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployableService | |
---|---|
com.sas.services.deployment | 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.deployment | |
---|---|
class |
RMIDeployableService
An RMI deployable service is an object that represents a foundation service that can be deployed by the ServiceLoader utility. |
Methods in com.sas.services.deployment that return DeployableService | |
---|---|
static DeployableService |
DeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent,
java.lang.String[] requiredServiceTypes,
com.sas.metadata.remote.SoftwareComponent softwareComponent)
Gets a deployable service from the service component. |
static DeployableService |
DeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent,
java.lang.String[] requiredServiceTypes,
com.sas.metadata.remote.SoftwareComponent softwareComponent,
MetadataSourceInterface metadataSource)
Gets a deployable service from the service component. |
static DeployableService |
DeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent,
java.lang.String[] requiredServiceTypes,
com.sas.metadata.remote.SoftwareComponent softwareComponent,
MetadataSourceInterface metadataSource,
Environment environment)
Gets a deployable service from the service component. |
DeployableService[] |
ServiceLookupFailedException.getDeployableServices()
Gets the service capabilities that were sought, but not available. |
Constructors in com.sas.services.deployment with parameters of type DeployableService | |
---|---|
ServiceLookupFailedException(DeployableService[] deployableServices)
Constructs an instance specifying the services which failed to be located. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |