com.sas.services.deployment.servicewrapper
Interface ServiceWrapperInterface
- All Known Implementing Classes:
- AbstractServiceWrapper
- public interface ServiceWrapperInterface
Interface that specifies methods to initialize and destroy
a Foundation Services deployment.
- Since:
- 1.1.3
|
Method Summary |
void |
destroy()
Destroy a Foundation Services deployment. |
void |
init(String[] args)
Initialize a Foundation Services deployment. |
init
public void init(String[] args)
throws InitializationException,
ServiceException
- Initialize a Foundation Services deployment.
- Parameters:
args - Main program arguments.- Throws:
InitializationException - if problems initializing foundation services.ServiceException - if problems deploying foundation services.
destroy
public void destroy()
throws ServiceException,
RemoteException
- Destroy a Foundation Services deployment.
- Throws:
ServiceException - if problems destroying foundation services.RemoteException - if a network failure occurs.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:53