Uses of Interface
com.sas.services.mgmt.ServiceRemoteObserverInterface
Packages that use ServiceRemoteObserverInterface
Package
Description
SAS Foundation Services.
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 ServiceRemoteObserverInterfaceModifier and TypeMethodDescriptionfinal voidAbstractRemoteService.addServiceObserver(ServiceRemoteObserverInterface serviceObserver) Adds a service observer.final voidServiceProxy.addServiceObserver(ServiceRemoteObserverInterface serviceObserver) Adds a service observer.final voidAbstractRemoteService.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver) Removes a service observer.final voidServiceProxy.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver) Removes a service observer. -
Uses of ServiceRemoteObserverInterface in com.sas.services.mgmt
Subinterfaces of ServiceRemoteObserverInterface in com.sas.services.mgmtModifier and TypeInterfaceDescriptioninterfaceInterface describing the means to observe a platform service.Classes in com.sas.services.mgmt that implement ServiceRemoteObserverInterfaceModifier and TypeClassDescriptionclassAbstract implementation of a remote service observer.Methods in com.sas.services.mgmt with parameters of type ServiceRemoteObserverInterfaceModifier and TypeMethodDescriptionfinal voidServiceNotificationBroadcaster.addServiceObserver(ServiceRemoteObserverInterface serviceObserver) Adds a service observer.voidServiceNotificationBroadcasterInterface.addServiceObserver(ServiceRemoteObserverInterface serviceObserver) Adds a platform service observer.final voidServiceNotificationBroadcaster.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver) Removes a service observer.voidServiceNotificationBroadcasterInterface.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver) Removes a platform service observer.