|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.message.processors.forward.MessageForwardingProcessorView
public class MessageForwardingProcessorView
| Constructor Summary | |
|---|---|
MessageForwardingProcessorView(MessageStore messageStore,
BlockingMessageSender sender,
ScheduledMessageForwardingProcessor processor)
|
|
| Method Summary | |
|---|---|
void |
activate()
Activate the Message Processor. |
void |
deactivate()
Deactivate the Message Processor This will stop the processing of Messages. |
void |
delete(String messageID)
Delete the Message with Given id |
void |
deleteAll()
Delete all the Messages in Message store |
String |
getEnvelope(String messageID)
Get the SOAP envelope of the given Message with given ID |
int |
getSize()
|
boolean |
isActive()
Get the Status of the Message Processor |
List<String> |
messageIdList()
Get the Message IDs of all stored Messages in the Message store |
void |
resend(String messageID)
Resend the Message with the given id return false if fail to re try deliver the message |
void |
resendAll()
try resending all messages stored in the message store via associated endpoints. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageForwardingProcessorView(MessageStore messageStore,
BlockingMessageSender sender,
ScheduledMessageForwardingProcessor processor)
throws Exception
Exception| Method Detail |
|---|
public void resendAll()
throws Exception
MessageForwardingProcessorViewMBean
resendAll in interface MessageForwardingProcessorViewMBeanException
public void deleteAll()
throws Exception
MessageForwardingProcessorViewMBean
deleteAll in interface MessageForwardingProcessorViewMBeanException
public List<String> messageIdList()
throws Exception
MessageForwardingProcessorViewMBean
messageIdList in interface MessageForwardingProcessorViewMBeanException
public void resend(String messageID)
throws Exception
MessageForwardingProcessorViewMBean
resend in interface MessageForwardingProcessorViewMBeanmessageID - ID of the message to be resent
Exception
public void delete(String messageID)
throws Exception
MessageForwardingProcessorViewMBean
delete in interface MessageForwardingProcessorViewMBeanmessageID - ID of the message to be deleted
Exception
public String getEnvelope(String messageID)
throws Exception
MessageForwardingProcessorViewMBean
getEnvelope in interface MessageForwardingProcessorViewMBeanmessageID - ID of the message to be returned
Exceptionpublic int getSize()
getSize in interface MessageForwardingProcessorViewMBeanpublic boolean isActive()
MessageForwardingProcessorViewMBean
isActive in interface MessageForwardingProcessorViewMBeanpublic void activate()
MessageForwardingProcessorViewMBean
activate in interface MessageForwardingProcessorViewMBeanpublic void deactivate()
MessageForwardingProcessorViewMBean
deactivate in interface MessageForwardingProcessorViewMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||