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

java.lang.Object
  extended by org.apache.airavata.wsmg.client.msgbox.MessagePuller

public class MessagePuller
extends Object


Nested Class Summary
protected  class MessagePuller.Puller
           
 
Constructor Summary
MessagePuller()
           
MessagePuller(MsgBoxClient msgBoxUser, org.apache.axis2.addressing.EndpointReference msgBoxId, NotificationHandler handler)
           
MessagePuller(MsgBoxClient msgBoxUser, org.apache.axis2.addressing.EndpointReference msgBoxAddr, NotificationHandler handler, long backoff, long timeout)
           
 
Method Summary
 void startPulling()
           
 void stopPulling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePuller

public MessagePuller()

MessagePuller

public MessagePuller(MsgBoxClient msgBoxUser,
                     org.apache.axis2.addressing.EndpointReference msgBoxAddr,
                     NotificationHandler handler,
                     long backoff,
                     long timeout)

MessagePuller

public MessagePuller(MsgBoxClient msgBoxUser,
                     org.apache.axis2.addressing.EndpointReference msgBoxId,
                     NotificationHandler handler)
Method Detail

startPulling

public void startPulling()

stopPulling

public void stopPulling()


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