|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.storedprocess.StoredProcessServiceFactory
public class StoredProcessServiceFactory
Factory used to manufacture a stored process service.
The manufactured service will implement the following interfaces:
The service created by this factory depends upon another service to provide the following capability:
ServiceFactoryInterface
Constructor Summary | |
---|---|
StoredProcessServiceFactory()
Constructs a default instance. |
Method Summary | |
---|---|
static StoredProcessServiceInterface |
createService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a Stored Process service initialized with the specified configuration. |
RemoteServiceInterface |
getService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Gets a Stored Process service initialized with the specified configuration. |
StoredProcessServiceInterface |
getStoredProcessService()
Obtain a service instance that is for standalone use of the Stored Process service. |
Methods inherited from class com.sas.services.AbstractServiceFactory |
---|
getService, getServiceProfile, isSingletonFactory |
Constructor Detail |
---|
public StoredProcessServiceFactory()
Method Detail |
---|
public final StoredProcessServiceInterface getStoredProcessService()
public final RemoteServiceInterface getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws ServiceException
getService
in interface ServiceFactoryInterface
getService
in class AbstractServiceFactory
serviceConfiguration
- Service configurationdiscoveryService
- Discovery service to which the service will be registered.
StoredProcessServiceInterface
.
ServiceException
- if unable to get a Stored Process service.AbstractServiceFactory.getService(ServiceConfigurationInterface)
public static final StoredProcessServiceInterface createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws ServiceException
serviceConfiguration
- Service configurationdiscoveryService
- Discovery service to which the service will be registered.
ServiceException
- if unable to get a Stored Process service.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |