Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence | |
org.apache.cxf.ws.rm.persistence.jdbc |
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
Destination.getSequence(Identifier id) |
Modifier and Type | Method and Description |
---|---|
Collection<DestinationSequence> |
Destination.getAllSequences() |
Modifier and Type | Method and Description |
---|---|
void |
RMProperties.addAck(DestinationSequence seq) |
void |
Destination.addSequence(DestinationSequence seq) |
void |
Destination.addSequence(DestinationSequence seq,
boolean persist) |
void |
Destination.removeSequence(DestinationSequence seq) |
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
RMStore.getDestinationSequence(Identifier seq)
Retrieve the destination sequence with the specified identifier from persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<DestinationSequence> |
RMStore.getDestinationSequences(String endpointIdentifier)
Retrieves all sequences managed by the identified RM destination endpoint
from persistent store.
|
Modifier and Type | Method and Description |
---|---|
void |
RMStore.createDestinationSequence(DestinationSequence seq)
Create a destination sequence in the persistent store, with the sequence attributes as specified in the
RMSDestinationSequence object. |
void |
RMStore.persistIncoming(DestinationSequence seq,
RMMessage msg)
Called by an RM source upon processing an outbound message.
|
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
RMTxStore.getDestinationSequence(Identifier sid) |
Modifier and Type | Method and Description |
---|---|
Collection<DestinationSequence> |
RMTxStore.getDestinationSequences(String endpointIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
RMTxStore.createDestinationSequence(DestinationSequence seq) |
void |
RMTxStore.persistIncoming(DestinationSequence seq,
RMMessage msg) |
protected void |
RMTxStore.updateDestinationSequence(Connection con,
DestinationSequence seq) |
protected void |
RMTxStore.updateDestinationSequence(DestinationSequence seq) |
Apache CXF