|
2008-09-10 1.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationListener | |
|---|---|
| org.eclipse.soda.dk.device | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.device.testcases | This package is part of the org.eclipse.soda.dk.device.testcases project. |
| org.eclipse.soda.dk.notification | This package is part of the org.eclipse.soda.dk.notification project. |
| org.eclipse.soda.dk.notification.client | This package is part of the org.eclipse.soda.dk.notification project. |
| org.eclipse.soda.dk.notification.event.admin | This package is part of the org.eclipse.soda.dk.notification project. |
| org.eclipse.soda.dk.notification.service | This package is part of the org.eclipse.soda.dk.notification.service project. |
| org.eclipse.soda.dk.notification.test | This package is part of the org.eclipse.soda.dk.notification.test project. |
| org.eclipse.soda.dk.notification.testcase | This package is part of the org.eclipse.soda.dk.notification.testcase project. |
| org.eclipse.soda.dk.transport.test | This package is part of the org.eclipse.soda.dk.transport.test project. |
| Uses of NotificationListener in org.eclipse.soda.dk.device |
|---|
| Classes in org.eclipse.soda.dk.device that implement NotificationListener | |
|---|---|
class |
NotificationController
|
| Methods in org.eclipse.soda.dk.device with parameters of type NotificationListener | |
|---|---|
void |
NotificationController.register(java.lang.String[] externalKeys,
NotificationListener listener)
|
void |
NotificationController.register(java.lang.String externalKey,
NotificationListener listener)
|
void |
Container.unregister(NotificationListener pubSubListener)
|
void |
NotificationController.unregister(NotificationListener listener)
|
| Uses of NotificationListener in org.eclipse.soda.dk.device.testcases |
|---|
| Classes in org.eclipse.soda.dk.device.testcases that implement NotificationListener | |
|---|---|
class |
CountMeasurementTestcase
|
class |
DeviceRegistryTestcase
|
class |
TotalMeasurementTestcase
|
| Uses of NotificationListener in org.eclipse.soda.dk.notification |
|---|
| Classes in org.eclipse.soda.dk.notification that implement NotificationListener | |
|---|---|
class |
NotificationListeners
The NotificationListeners class implements the NotificationListener interface. |
| Fields in org.eclipse.soda.dk.notification declared as NotificationListener | |
|---|---|
protected NotificationListener |
Notification.globalTopicListeners
Define the global topic listeners (NotificationListener) field. |
| Methods in org.eclipse.soda.dk.notification that return NotificationListener | |
|---|---|
static NotificationListener |
NotificationListeners.add(NotificationListener currentObject,
NotificationListener newObject)
Perform the add method and return the NotificationListener
result. |
NotificationListener[] |
NotificationListeners.getObjects()
Gets the NotificationListener [] objects property value. |
protected NotificationListener |
NotificationListeners.remove(NotificationListener removeHandler)
Perform the remove method and return the NotificationListener result. |
static NotificationListener |
NotificationListeners.remove(NotificationListener currentObject,
NotificationListener removeObject)
Perform the remove method and return the NotificationListener result. |
| Methods in org.eclipse.soda.dk.notification with parameters of type NotificationListener | |
|---|---|
static NotificationListener |
NotificationListeners.add(NotificationListener currentObject,
NotificationListener newObject)
Perform the add method and return the NotificationListener
result. |
void |
Notification.notify(NotificationListener notificationListener,
java.lang.String topic,
java.util.Dictionary data)
Notify with the specified notification listener, topic and data parameters. |
void |
Notification.register(java.lang.String[] subscriptions,
NotificationListener listener)
|
void |
Notification.register(java.lang.String subscription,
NotificationListener listener)
|
void |
Notification.register(java.lang.String subscription,
NotificationListener listener,
int count)
Register with the specified subscription, listener and count parameters. |
protected NotificationListener |
NotificationListeners.remove(NotificationListener removeHandler)
Perform the remove method and return the NotificationListener result. |
static NotificationListener |
NotificationListeners.remove(NotificationListener currentObject,
NotificationListener removeObject)
Perform the remove method and return the NotificationListener result. |
void |
Notification.unregister(NotificationListener listener)
|
| Constructors in org.eclipse.soda.dk.notification with parameters of type NotificationListener | |
|---|---|
NotificationListeners(NotificationListener[] objects)
Constructs an MessageListeners object using the input
parameter(s). |
|
NotificationListeners(NotificationListener currentObject,
NotificationListener newObject)
Constructs an MessageListeners object using the input
parameter(s). |
|
| Uses of NotificationListener in org.eclipse.soda.dk.notification.client |
|---|
| Methods in org.eclipse.soda.dk.notification.client with parameters of type NotificationListener | |
|---|---|
void |
NotificationController.register(java.lang.String[] externalKeys,
NotificationListener listener)
|
void |
NotificationController.register(java.lang.String externalKey,
NotificationListener listener)
|
void |
NotificationController.unregister(NotificationListener listener)
|
| Uses of NotificationListener in org.eclipse.soda.dk.notification.event.admin |
|---|
| Fields in org.eclipse.soda.dk.notification.event.admin declared as NotificationListener | |
|---|---|
protected NotificationListener |
EventAdminHandler.notificationListener
Define the notification listener (NotificationListener) field. |
| Methods in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationListener | |
|---|---|
void |
NotificationEventAdmin.register(java.lang.String[] externalKeys,
NotificationListener listener)
|
void |
NotificationEventAdmin.register(java.lang.String externalKey,
NotificationListener listener)
|
void |
NotificationEventAdmin.unregister(NotificationListener listener)
|
| Constructors in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationListener | |
|---|---|
EventAdminHandler(NotificationListener notificationListener,
java.lang.String[] topics)
|
|
EventAdminHandler(NotificationListener notificationListener,
java.lang.String[] topics,
NotificationExtensionService notificationExtension)
Constructs an instance of this class from the specified notification listener, topics and notification extension parameters. |
|
| Uses of NotificationListener in org.eclipse.soda.dk.notification.service |
|---|
| Methods in org.eclipse.soda.dk.notification.service with parameters of type NotificationListener | |
|---|---|
int |
NotificationMonitorService.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. |
void |
NotificationService.register(java.lang.String[] externalKeys,
NotificationListener listener)
Register with the specified externalKeys and listener parameters. |
void |
NotificationService.register(java.lang.String externalKey,
NotificationListener listener)
Register with the specified externalKey and listener parameters. |
void |
NotificationService.unregister(NotificationListener listener)
Unregister with the specified listener parameter. |
| Uses of NotificationListener in org.eclipse.soda.dk.notification.test |
|---|
| Classes in org.eclipse.soda.dk.notification.test that implement NotificationListener | |
|---|---|
class |
NotificationTest
|
| Uses of NotificationListener in org.eclipse.soda.dk.notification.testcase |
|---|
| Classes in org.eclipse.soda.dk.notification.testcase that implement NotificationListener | |
|---|---|
class |
NotificationDelayTestListener
|
class |
NotificationTestcase
|
class |
NotificationTestListener
|
| Uses of NotificationListener in org.eclipse.soda.dk.transport.test |
|---|
| Classes in org.eclipse.soda.dk.transport.test that implement NotificationListener | |
|---|---|
class |
TransportTest
|
|
2008-09-10 1.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||