***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.deployment
Interface DeployInterface

All Known Implementing Classes:
DeployableService, RMIBinding, RMIDeployableService

public interface DeployInterface

Interface specifying a method that's used to instantiate and initialize a platform service.

Since:
1.0

Method Summary
 RemoteServiceInterface deploy()
          Initiates an action to instantiate and initialize a platform service.
 

Method Detail

deploy

RemoteServiceInterface deploy()
                              throws ServiceException
Initiates an action to instantiate and initialize a platform service.

Returns:
The deployed service component or null if unable to obtain the service.
Throws:
ServiceException - if unable to successfully execute the deployment.

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.