|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.deployment.DeploymentService
@SASScope(value="ALL") @BinaryCompatibilityOnly public final class DeploymentService
Value object used represent a service which can be deployed.
| Constructor Summary | |
|---|---|
DeploymentService(com.sas.metadata.remote.SoftwareComponent softwareComponent,
com.sas.metadata.remote.Tree tree,
com.sas.metadata.remote.ServiceComponent serviceComponent,
java.util.Properties properties)
Creates a value object representing a service that can be deployed. |
|
| Method Summary | |
|---|---|
com.sas.metadata.remote.ServiceComponent |
getServiceComponent()
Gets the service. |
ServiceFactoryInterface |
getServiceFactory()
Gets the service's factory. |
com.sas.metadata.remote.SoftwareComponent |
getSoftwareComponent()
Gets the services deployment. |
com.sas.metadata.remote.Tree |
getTree()
Gets the service's deployment group. |
boolean |
isEnabled()
Determines whether this service is enabled for deployment. |
| Constructor Detail |
|---|
public DeploymentService(com.sas.metadata.remote.SoftwareComponent softwareComponent,
com.sas.metadata.remote.Tree tree,
com.sas.metadata.remote.ServiceComponent serviceComponent,
java.util.Properties properties)
throws ServiceException
softwareComponent - Service's deployment.tree - Service's deployment group.serviceComponent - Service.properties - Configuration properties describing the services deployment.
ServiceException - if an invalid parameter is specified.| Method Detail |
|---|
public com.sas.metadata.remote.SoftwareComponent getSoftwareComponent()
public com.sas.metadata.remote.Tree getTree()
public com.sas.metadata.remote.ServiceComponent getServiceComponent()
public ServiceFactoryInterface getServiceFactory()
public boolean isEnabled()
throws com.sas.metadata.remote.MdException
true if this service is enabled.
com.sas.metadata.remote.MdException - if unable to access metadata.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||