|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagingException | |
|---|---|
| de.fzj.unicore.wsrflite | This package contains the main interfaces and major classes of the WSRFlite hosting environment. |
| de.fzj.unicore.wsrflite.messaging | This package contains the interfaces of the messaging system. |
| de.fzj.unicore.wsrflite.xmlbeans.wsn.impl | |
| de.fzj.unicore.wsrflite.xmlbeans.wsn.provider | |
| Uses of MessagingException in de.fzj.unicore.wsrflite |
|---|
| Methods in de.fzj.unicore.wsrflite that throw MessagingException | |
|---|---|
static IMessaging |
Kernel.getMessaging()
get access to the message system |
| Uses of MessagingException in de.fzj.unicore.wsrflite.messaging |
|---|
| Methods in de.fzj.unicore.wsrflite.messaging that throw MessagingException | |
|---|---|
static MessagingImpl |
MessagingImpl.get()
|
IMessagingChannel |
IMessaging.getChannel(String name)
gets or creates a messaging channel with the given name |
IMessagingChannel |
MessagingImpl.getChannel(String name)
|
PullPoint |
IMessaging.getPullPoint(String destination)
get a pullpoint for reading messages targeted at the given destination |
PullPoint |
MessagingImpl.getPullPoint(String destination)
get a pull point for reading internal messages targeted at the given destination The messages will be removed from the store, so the application has to process them all, or call |
IMessagingChannel |
IMessaging.getQueue(String name)
Deprecated. use getChannel instead |
IMessagingChannel |
MessagingImpl.getQueue(String name)
Deprecated. use MessagingImpl.getChannel(String)) instead |
boolean |
IMessaging.hasMessages(String destination)
checks if unread messages exist for the given destination |
void |
IMessagingChannel.publish(Message message)
|
| Uses of MessagingException in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl |
|---|
| Methods in de.fzj.unicore.wsrflite.xmlbeans.wsn.impl that throw MessagingException | |
|---|---|
void |
NotificationProducerSupport.sendNotifications(org.oasisOpen.docs.wsn.b2.NotificationMessageHolderType[] messages,
org.oasisOpen.docs.wsn.b2.ConsumerReferenceDocument consumer,
String filter)
send messages to a consumer |
| Uses of MessagingException in de.fzj.unicore.wsrflite.xmlbeans.wsn.provider |
|---|
| Methods in de.fzj.unicore.wsrflite.xmlbeans.wsn.provider that throw MessagingException | |
|---|---|
void |
WSNProvider.publish(Message msg)
send the message |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||