|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.events.broker.EventBrokerServiceFactory
public class EventBrokerServiceFactory
Factory used to manufacture an Event Broker service.
The manufactured service will implement the following interfaces:
AbstractServiceFactory
Constructor Summary | |
---|---|
EventBrokerServiceFactory()
Deprecated. Constructs a default instance. |
Method Summary | |
---|---|
static EventBrokerServiceInterface |
createService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Deprecated. Instantiates a new Event Broker service initialized with the specified configuration. |
RemoteServiceInterface |
getService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Deprecated. Instantiates a new Event Broker service initialized with the specified configuration. |
Methods inherited from class com.sas.services.AbstractServiceFactory |
---|
getService, getServiceProfile, isSingletonFactory |
Constructor Detail |
---|
public EventBrokerServiceFactory()
Method Detail |
---|
public final RemoteServiceInterface getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws ServiceException
getService
in interface ServiceFactoryInterface
getService
in class AbstractServiceFactory
serviceConfiguration
- Service configurationdiscoveryService
- This discovery service which may be used to locate other services.
A service which can be discovered must register itself
with this discovery service.
EventBrokerServiceInterface
.
ServiceException
- if unable to create an Event Broker service.
This exception may wrap a RemoteException
.AbstractServiceFactory.getService(ServiceConfigurationInterface)
public static final EventBrokerServiceInterface createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws ServiceException
serviceConfiguration
- Service configuration
EventBrokerServiceInterface
.
ServiceException
- if unable to create an Event Broker service.
This exception may wrap a RemoteException
.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |