Uses of Interface
com.sas.services.mgmt.ServiceRemoteObserverInterface

Packages that use ServiceRemoteObserverInterface
com.sas.services SAS Foundation Services. 
com.sas.services.mgmt A listener may be registered with a SAS Foundation Service to be notified of service life cycle events. 
 

Uses of ServiceRemoteObserverInterface in com.sas.services
 

Methods in com.sas.services with parameters of type ServiceRemoteObserverInterface
 void ServiceProxy.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Adds a service observer.
 void AbstractRemoteService.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Adds a service observer.
 void ServiceProxy.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Removes a service observer.
 void AbstractRemoteService.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Removes a service observer.
 

Uses of ServiceRemoteObserverInterface in com.sas.services.mgmt
 

Methods in com.sas.services.mgmt with parameters of type ServiceRemoteObserverInterface
 void ServiceNotificationBroadcasterInterface.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Adds a platform service observer.
 void ServiceNotificationBroadcaster.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Adds a service observer.
 void ServiceNotificationBroadcasterInterface.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Removes a platform service observer.
 void ServiceNotificationBroadcaster.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
          Removes a service observer.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.