Uses of Interface
de.fzj.unicore.wsrflite.messaging.PullPoint

Packages that use PullPoint
de.fzj.unicore.wsrflite This package contains the main interfaces and major classes of the WSRFlite hosting environment. 
de.fzj.unicore.wsrflite.impl   
de.fzj.unicore.wsrflite.messaging This package contains the interfaces of the messaging system. 
 

Uses of PullPoint in de.fzj.unicore.wsrflite
 

Methods in de.fzj.unicore.wsrflite with parameters of type PullPoint
 void WSRFInstance.processMessages(PullPoint messageIterator)
          Called when messages are available for this WSRF instance which should be processed.
 

Uses of PullPoint in de.fzj.unicore.wsrflite.impl
 

Methods in de.fzj.unicore.wsrflite.impl with parameters of type PullPoint
 void WSRFInstanceImpl.processMessages(PullPoint messageIterator)
           
 

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

Methods in de.fzj.unicore.wsrflite.messaging that return PullPoint
 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
 



Copyright © 2010. All Rights Reserved.