Uses of Class
de.fzj.unicore.wsrflite.messaging.Message

Packages that use Message
de.fzj.unicore.wsrflite.messaging This package contains the interfaces of the messaging system. 
de.fzj.unicore.wsrflite.messaging.impl   
de.fzj.unicore.wsrflite.xmlbeans.wsn.provider   
 

Uses of Message in de.fzj.unicore.wsrflite.messaging
 

Subclasses of Message in de.fzj.unicore.wsrflite.messaging
 class ResourceDeletedMessage
          used to notify a "parent" ws-resource that a "child" resource has been destroyed
 

Methods in de.fzj.unicore.wsrflite.messaging that return Message
 Message PullPoint.next()
          read the next message and remove if from the queue
 

Methods in de.fzj.unicore.wsrflite.messaging with parameters of type Message
 void IMessagingChannel.publish(Message message)
           
 

Uses of Message in de.fzj.unicore.wsrflite.messaging.impl
 

Fields in de.fzj.unicore.wsrflite.messaging.impl declared as Message
 Message MessageBean.message
           
 

Constructors in de.fzj.unicore.wsrflite.messaging.impl with parameters of type Message
MessageBean(String id, String destination, Message message)
           
 

Uses of Message in de.fzj.unicore.wsrflite.xmlbeans.wsn.provider
 

Methods in de.fzj.unicore.wsrflite.xmlbeans.wsn.provider with parameters of type Message
 void WSNProvider.publish(Message msg)
          send the message
 void WSNProvider.send(Message m)
          send a message.
 



Copyright © 2010. All Rights Reserved.