|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface EventBrokerDiscoveryServiceInterface
Interface for the
EventBrokerDiscovery Service.
| Field Summary | |
|---|---|
static int |
EVENT_TYPE_BROADCAST
Deprecated. Event type: broadcast |
static int |
EVENT_TYPE_REQUEST_RESPONSE
Deprecated. Event type: request/response |
static int |
LOCATE_ALL
Deprecated. Maximum number of services to locate: all |
static int |
LOCATE_ONE
Deprecated. Maximum number of services to 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 |
| Method Summary | |
|---|---|
abstract EventBrokerServiceInterface |
locateBroker(java.lang.String eventName,
int eventType)
Deprecated. As of release 9.2, this class is no longer being supported. |
abstract java.util.Set |
locateBrokers(java.lang.String eventName,
int eventType,
int requested)
Deprecated. As of release 9.2, this class is no longer being supported. |
| Methods inherited from interface com.sas.services.RemoteServiceInterface |
|---|
configure, destroy, getCreationTime, getServiceConfiguration, getServiceConfiguration, getServiceProxy, getServiceState, isAccessibleToRemoteClients, isExported, reconfigure, setServiceState |
| Methods inherited from interface com.sas.entities.EntityKeyInterface |
|---|
getEntityKey, sameEntity, setEntityKey |
| Methods inherited from interface com.sas.services.mgmt.ServiceNotificationBroadcasterInterface |
|---|
addServiceObserver, notifyServiceObservers, removeAllServiceObservers, removeServiceObserver |
| Field Detail |
|---|
static final int LOCATE_ONE
static final int LOCATE_ALL
static final int EVENT_TYPE_BROADCAST
static final int EVENT_TYPE_REQUEST_RESPONSE
| Method Detail |
|---|
EventBrokerServiceInterface locateBroker(java.lang.String eventName,
int eventType)
throws java.rmi.RemoteException
eventName - Name of the event that needs to be processed.eventType - Type of the event that needs to be processed.
java.rmi.RemoteException - if a network anomaly is encountered.
java.util.Set locateBrokers(java.lang.String eventName,
int eventType,
int requested)
throws java.rmi.RemoteException
eventName - Name of the event that needs to be processed.eventType - Type of the event that needs to be processed.requested - Number of event brokers requested to be located.
java.rmi.RemoteException - if a network anomaly is encountered.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||