|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJmsMessageHolder
Interface that holds main JMS operations on a Message and Session:
| Method Summary | |
|---|---|
void |
acknowledgeMessage()
Acknowledges all consumed messages of the thread bound session of this consumed message. |
void |
commitJmsSession()
Commit JMS Session |
java.lang.Object |
getMappedData()
|
Message |
getUnderlyingMessage()
|
void |
rollbackJmsSession()
Rollback JMS Session |
| Method Detail |
|---|
void acknowledgeMessage()
throws JMSException
JMSExceptionMessage}
java.lang.Object getMappedData()
throws JMSException,
MappingException
Object Mapped object if a mapper was defined otherwise the underlying JMS Message.
JMSException
MappingExceptionIMessageMapper,
NoMappingMapper
void rollbackJmsSession()
throws JMSException
JMSException
void commitJmsSession()
throws JMSException
JMSExceptionMessage getUnderlyingMessage()
Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||