Package com.sas.services.mgmt
Interface ServiceObserverInterface
- All Superinterfaces:
Remote,ServiceRemoteObserverInterface
Interface describing the means to observe a platform service.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.
-
Method Details
-
handleServiceEvent
Provides an event notification to the service observer describing a change in the service.- Specified by:
handleServiceEventin interfaceServiceRemoteObserverInterface- Parameters:
serviceEvent- Event describing a change to the service which is to be broadcast to registered listeners.- Throws:
ServiceException- in unable to execute the notification successfully.RemoteException- if a network anomaly is encountered.
-