Package | Description |
---|---|
org.apache.cxf.ws.rm.persistence | |
org.apache.cxf.ws.rm.persistence.jdbc |
Modifier and Type | Method and Description |
---|---|
Collection<RMMessage> |
RMStore.getMessages(Identifier sid,
boolean outbound)
Retrieves the outbound/inbound messages stored for the source/destination sequence with
the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
RMStore.persistIncoming(DestinationSequence seq,
RMMessage msg)
Called by an RM source upon processing an outbound message.
|
void |
RMStore.persistOutgoing(SourceSequence seq,
RMMessage msg)
Called by an RM source upon processing an outbound message.
|
Modifier and Type | Method and Description |
---|---|
Collection<RMMessage> |
RMTxStore.getMessages(Identifier sid,
boolean outbound) |
Modifier and Type | Method and Description |
---|---|
void |
RMTxStore.persistIncoming(DestinationSequence seq,
RMMessage msg) |
void |
RMTxStore.persistOutgoing(SourceSequence seq,
RMMessage msg) |
protected void |
RMTxStore.storeMessage(Connection con,
Identifier sid,
RMMessage msg,
boolean outbound) |
protected void |
RMTxStore.storeMessage(Identifier sid,
RMMessage msg,
boolean outbound)
this method is only useful when keepConnection is set to true
|
Apache CXF