com.sas.services.mgmt
Interface ServiceObserverInterface
- All Superinterfaces:
- java.rmi.Remote, ServiceRemoteObserverInterface
public interface ServiceObserverInterface
- extends ServiceRemoteObserverInterface
Interface describing the means to observe a platform service.
- Since:
- 1.0
Method Summary |
void |
handleServiceEvent(ServiceEvent serviceEvent)
Provides an event notification to the service observer describing
a change in the service. |
handleServiceEvent
void handleServiceEvent(ServiceEvent serviceEvent)
throws ServiceException,
java.rmi.RemoteException
- Provides an event notification to the service observer describing
a change in the service.
- Specified by:
handleServiceEvent
in interface ServiceRemoteObserverInterface
- 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.
java.rmi.RemoteException
- if a network anomaly is encountered.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.