|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageForwardingProcessorViewMBean
| 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. |
| Method Detail |
|---|
void resendAll()
throws Exception
Exception
void deleteAll()
throws Exception
Exception
List<String> messageIdList()
throws Exception
Exception
void resend(String messageID)
throws Exception
messageID - ID of the message to be resent
Exception
void delete(String messageID)
throws Exception
messageID - ID of the message to be deleted
Exception
String getEnvelope(String messageID)
throws Exception
messageID - ID of the message to be returned
Exceptionint getSize()
boolean isActive()
void activate()
void deactivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||