***  This class is subject to change   ***

com.sas.services.mgmt
Interface ServiceRemoteObserverInterface

All Superinterfaces:
All Known Subinterfaces:
ServiceObserverInterface
All Known Implementing Classes:
ServiceRemoteObserver,

public interface ServiceRemoteObserverInterface
extends java.rmi.Remote

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.
 

Method Detail

handleServiceEvent

public void handleServiceEvent(ServiceEvent serviceEvent)
                        throws ServiceException,
                               RemoteException
Provides an event notification to the service observer describing a change in the service.
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.

***  This class is subject to change   ***




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:29:00