|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.deployment.ServiceConfigUninstaller
public final class ServiceConfigUninstaller
Application used to uninstall an application's configuration from a SAS Foundation Service.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method for an application used to uninstall an application's service configuration from a SAS Foundation Service. |
static void |
uninstallConfig(java.lang.String[] args)
Main method for an application used to uninstall an application's service configuration from a SAS Foundation Service. |
Method Detail |
---|
public static void main(java.lang.String[] args)
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-serviceGroupName |
Name of the service deployment
group (Tree.Name ) that contains the
SAS Foundation Service (ServiceComponent) |
-serviceName |
Name of the SAS Foundation Service (ServiceComponent.Name) that is defined in the group in the deployment |
-serviceApplication |
The name of the application whose layered service configuration is to be uninstalled from the SAS Foundation Service |
-isRemoveUnusedResources |
Optional argument which may be used to delete all service configuration resources which become unused as a result of uninstalling an application's configuration. Set this argument to "true" to remove unused resources. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata
server, whether a login credential or SSPI is used, the
configuration directory for the services deployment and the name
of the application whose service configurations are to be
installed or uninstalled.
One may optionally specify whether an option prompt is presented
by specifying the command line option
-isPrompting <true|false>
public static void uninstallConfig(java.lang.String[] args) throws ServiceException
SAS Foundation Services | |
---|---|
Option | Description |
-serviceDeploymentName |
Name of the SAS Foundation Services deployment (SoftwareComponent.Name) |
-serviceGroupName |
Name of the service deployment
group (Tree.Name ) that contains the
SAS Foundation Service (ServiceComponent) |
-serviceName |
Name of the SAS Foundation Service (ServiceComponent.Name) that is defined in the group in the deployment |
-serviceApplication |
The name of the application whose layered service configuration is to be uninstalled from the SAS Foundation Service |
-isRemoveUnusedResources |
Optional argument which may be used to delete all service configuration resources which become unused as a result of uninstalling an application's configuration. Set this argument to "true" to remove unused resources. |
One must specify the SAS Metadata Server and the desired connection approach.
args
- Command line arguments specifying how to connect to the metadata
server, whether a login credential or SSPI is used, the
configuration directory for the services deployment and the name
of the application whose service configurations are to be
installed or uninstalled.
One may optionally specify whether an option prompt is presented
by specifying the command line option
-isPrompting <true|false>
ServiceException
- if unable to uninstall the service's configuration.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |