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

com.sas.services.events.discovery
Class EventBrokerDiscoveryService

com.sas.services.events.discovery.EventBrokerDiscoveryService
All Implemented Interfaces:
com.sas.entities.EntityKeyInterface, EventBrokerDiscoveryServiceInterface, ServiceNotificationBroadcasterInterface, RemoteServiceInterface, java.rmi.Remote

Deprecated. As of release 9.3, replaced by SAS Midtier Eventing Architecture.

public class EventBrokerDiscoveryService
implements EventBrokerDiscoveryServiceInterface

The Event Broker Discovery Service acts an integration point into the EventBroker Service. It can be used to locate available event brokers that have been deployed via the Foundation Service deployment framework or as standalone applications.

Since:
1.0

Field Summary
 
Fields inherited from interface com.sas.services.events.discovery.EventBrokerDiscoveryServiceInterface
EVENT_TYPE_BROADCAST, EVENT_TYPE_REQUEST_RESPONSE, LOCATE_ALL, LOCATE_ONE
 
Fields inherited from interface com.sas.services.RemoteServiceInterface
CLASS_IDENTIFIER, CLASS_IDENTIFIER_1_1, CLASS_IDENTIFIER_1_2, CLASS_IDENTIFIER_SERVICE_TYPE, CLASS_IDENTIFIER_SERVICE_TYPE_1_1, CLASS_IDENTIFIER_SERVICE_TYPE_1_2
 
Constructor Summary
EventBrokerDiscoveryService(DiscoveryServiceInterface discoveryService)
          Deprecated. As of release 9.2, this class is no longer being supported.
EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration)
          Deprecated. As of release 9.2, this class is no longer being supported.
EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Deprecated. As of release 9.2, this class is no longer being supported.
 
Method Summary
 
Methods inherited from class com.sas.services.AbstractRemoteService
addServiceObserver, bindToDiscoveryService, getCreationTime, getDetails, getDiscoveryService, getEntityKey, getEnvironment, getServiceConfiguration, getServiceConfiguration, getServiceState, handleJVMShutdown, isAccessibleToRemoteClients, isExported, isHandlingJVMShutdown, notifyServiceObservers, reconfigure, removeAllServiceObservers, removeServiceObserver, sameEntity, setDiscoveryService, setEntityKey, setRemoteableExporter, setServiceState, toString, unbindFromDiscoveryService
 
Methods inherited from interface com.sas.services.RemoteServiceInterface
getCreationTime, getServiceConfiguration, getServiceConfiguration, getServiceState, isAccessibleToRemoteClients, isExported, reconfigure, setServiceState
 
Methods inherited from interface com.sas.services.mgmt.ServiceNotificationBroadcasterInterface
addServiceObserver, notifyServiceObservers, removeAllServiceObservers, removeServiceObserver
 

Constructor Detail

EventBrokerDiscoveryService

public EventBrokerDiscoveryService(DiscoveryServiceInterface discoveryService)
                            throws java.rmi.RemoteException,
                                   ServiceException
Deprecated. As of release 9.2, this class is no longer being supported.

Constructs an Event Broker Discovery Service and registers it with the specified discovery service.

Throws:
ServiceException - if unable to construct an instance.
java.rmi.RemoteException - if a network anomaly is encountered.

EventBrokerDiscoveryService

public EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration)
                            throws java.rmi.RemoteException,
                                   ServiceException
Deprecated. As of release 9.2, this class is no longer being supported.

Constructs an event broker discovery service based upon the specified service configuration.

Parameters:
serviceConfiguration - Service configuration.
Throws:
java.rmi.RemoteException - if a network anomaly occurs.
ServiceException - if unable to configure the service using the specified service configuration.

EventBrokerDiscoveryService

public EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration,
                                   DiscoveryServiceInterface discoveryService)
                            throws java.rmi.RemoteException,
                                   ServiceException
Deprecated. As of release 9.2, this class is no longer being supported.

Constructs an event broker discovery service based upon the specified service configuration.

Parameters:
serviceConfiguration - Service configuration.
Throws:
java.rmi.RemoteException - if a network anomaly occurs.
ServiceException - if unable to configure the service using the specified service configuration.

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.