|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.airavata.wsmg.client.msgbox.MsgboxHandler
public class MsgboxHandler
| Field Summary | |
|---|---|
protected MsgBoxClient |
msgBoxUser
|
| Constructor Summary | |
|---|---|
MsgboxHandler()
|
|
| Method Summary | |
|---|---|
org.apache.axis2.addressing.EndpointReference |
createPullMsgBox(String msgBoxServerLoc)
|
org.apache.axis2.addressing.EndpointReference |
createPullMsgBox(String msgBoxLocation,
long timeout)
|
String |
deleteMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
long timeout)
|
MessagePuller |
startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
NotificationHandler handler,
long interval,
long timeout)
|
MessagePuller |
startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr,
NotificationHandler handler,
long interval,
long timeout)
|
void |
stopPullingEventsFromMsgBox(MessagePuller msgPuller)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MsgBoxClient msgBoxUser
| Constructor Detail |
|---|
public MsgboxHandler()
| Method Detail |
|---|
public org.apache.axis2.addressing.EndpointReference createPullMsgBox(String msgBoxLocation,
long timeout)
throws MsgBrokerClientException
MsgBrokerClientException
public org.apache.axis2.addressing.EndpointReference createPullMsgBox(String msgBoxServerLoc)
throws MsgBrokerClientException
MsgBrokerClientException
public MessagePuller startPullingEventsFromMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
NotificationHandler handler,
long interval,
long timeout)
throws MsgBrokerClientException
MsgBrokerClientException
public MessagePuller startPullingFromExistingMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxAddr,
NotificationHandler handler,
long interval,
long timeout)
throws MsgBrokerClientException
MsgBrokerClientException
public String deleteMsgBox(org.apache.axis2.addressing.EndpointReference msgBoxEpr,
long timeout)
throws MsgBrokerClientException
MsgBrokerClientExceptionpublic void stopPullingEventsFromMsgBox(MessagePuller msgPuller)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||