|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.events.discovery.EventBrokerDiscoveryServiceFactory
public class EventBrokerDiscoveryServiceFactory
Factory used to manufacture an event broker discovery service.
The manufactured service will implement the following interfaces:
AbstractServiceFactory
Constructor Summary | |
---|---|
EventBrokerDiscoveryServiceFactory()
Deprecated. As of release 9.2, this class is no longer being supported. |
Method Summary | |
---|---|
static EventBrokerDiscoveryServiceInterface |
createService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Deprecated. As of release 9.2, this class is no longer being supported. |
RemoteServiceInterface |
getService(ServiceConfigurationInterface serviceConfiguration,
DiscoveryServiceInterface discoveryService)
Deprecated. As of release 9.2, this class is no longer being supported. |
Methods inherited from class com.sas.services.AbstractServiceFactory |
---|
getService, getServiceProfile, isSingletonFactory |
Constructor Detail |
---|
public EventBrokerDiscoveryServiceFactory()
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 is discoverable must register itself
with this discovery service.
EventBrokerDiscoveryServiceInterface
.
ServiceException
- if unable to create an Event Broker Discovery service.
This exception may wrap a RemoteException
.AbstractServiceFactory.getService(ServiceConfigurationInterface)
public static final EventBrokerDiscoveryServiceInterface createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) throws ServiceException
serviceConfiguration
- Service configurationdiscoveryService
- This discovery service which may be used to locate other services.
A service which is discoverable must register itself
with this discovery service.
EventBrokerDiscoveryServiceInterface
.
ServiceException
- if unable to create an Event Broker Discovery service.
This exception may wrap a RemoteException
.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |