|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceNotificationBroadcasterInterface
Interface used to add/remove platform service observers.
Method Summary | |
---|---|
void |
addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a platform service observer. |
void |
notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
void |
removeAllServiceObservers()
Removes all service observers. |
void |
removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a platform service observer. |
Method Detail |
---|
void addServiceObserver(ServiceRemoteObserverInterface serviceObserver) throws java.rmi.RemoteException
serviceObserver
- An observer interested in receiving service notifications.
java.rmi.RemoteException
- if a network anomaly is encountered.void removeServiceObserver(ServiceRemoteObserverInterface serviceObserver) throws java.rmi.RemoteException
serviceObserver
- An observer no longer interested in receiving service
notifications.
java.rmi.RemoteException
- if a network anomaly is encountered.void removeAllServiceObservers() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a network anomaly is encountered.void notifyServiceObservers(ServiceEvent serviceEvent) throws java.rmi.RemoteException
serviceEvent
- Service event to be broadcast to all registered service observers.
java.rmi.RemoteException
- if a network anomaly is encountered.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |