org.eclipse.soda.dk.notification.service
Interface NotificationMonitorService
public interface NotificationMonitorService
- Version:
- 1.1.0
|
Method Summary |
int |
notified(NotificationListener notificationListener,
java.lang.String topic,
java.util.Dictionary data,
long time)
Notified with the specified notification listener, topic, data and time parameters and return the int result. |
int |
sent(java.lang.String topic,
java.util.Dictionary data,
long time)
Sent with the specified topic, data and time parameters and return the int result. |
notified
int notified(NotificationListener notificationListener,
java.lang.String topic,
java.util.Dictionary data,
long time)
- Notified with the specified notification listener, topic, data and time parameters and return the int result.
- Parameters:
notificationListener - The notification listener (NotificationListener) parameter.topic - The topic (String) parameter.data - The data (Dictionary) parameter.time - The time (long) parameter.
- Returns:
- Results of the notified (
int) value.
sent
int sent(java.lang.String topic,
java.util.Dictionary data,
long time)
- Sent with the specified topic, data and time parameters and return the int result.
- Parameters:
topic - The topic (String) parameter.data - The data (Dictionary) parameter.time - The time (long) parameter.
- Returns:
- Results of the sent (
int) value.
Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900