Uses of Class
org.apache.airavata.wsmg.client.msgbox.MessagePuller

Packages that use MessagePuller
org.apache.airavata.wsmg.client   
org.apache.airavata.wsmg.client.msgbox   
 

Uses of MessagePuller in org.apache.airavata.wsmg.client
 

Methods in org.apache.airavata.wsmg.client that return MessagePuller
 MessagePuller MessageBrokerClient.startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr, NotificationHandler handler, long backoff, long timeout)
           
 MessagePuller MessageBrokerClient.startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr, NotificationHandler handler, long backoff, long timeout)
           
 

Methods in org.apache.airavata.wsmg.client with parameters of type MessagePuller
 void MessageBrokerClient.stopPullingEventsFromMsgBox(MessagePuller msgPuller)
           
 

Uses of MessagePuller in org.apache.airavata.wsmg.client.msgbox
 

Methods in org.apache.airavata.wsmg.client.msgbox that return MessagePuller
 MessagePuller MsgboxHandler.startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr, NotificationHandler handler, long interval, long timeout)
           
 MessagePuller MsgboxHandler.startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr, NotificationHandler handler, long interval, long timeout)
           
 

Methods in org.apache.airavata.wsmg.client.msgbox with parameters of type MessagePuller
 void MsgboxHandler.stopPullingEventsFromMsgBox(MessagePuller msgPuller)
           
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.