|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
org.jboss.messaging.core.management | Provides management for JBoss Messaging |
org.jboss.messaging.core.management.impl | |
org.jboss.messaging.core.postoffice.impl |
Uses of Notification in org.jboss.messaging.core.management |
---|
Methods in org.jboss.messaging.core.management with parameters of type Notification | |
---|---|
void |
NotificationListener.onNotification(Notification notification)
|
void |
NotificationService.sendNotification(Notification notification)
the message corresponding to a notification will always contain the properties: ManagementHelper.HDR_NOTIFICATION_TYPE - the type of notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_MESSAGE - a message contextual to the notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_TIMESTAMP - the timestamp when the notification occured (long)
in addition to the properties defined in props |
Uses of Notification in org.jboss.messaging.core.management.impl |
---|
Methods in org.jboss.messaging.core.management.impl with parameters of type Notification | |
---|---|
void |
ManagementServiceImpl.sendNotification(Notification notification)
|
Uses of Notification in org.jboss.messaging.core.postoffice.impl |
---|
Methods in org.jboss.messaging.core.postoffice.impl with parameters of type Notification | |
---|---|
void |
PostOfficeImpl.onNotification(Notification notification)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |