Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence | |
org.apache.cxf.ws.rm.persistence.jdbc |
Modifier and Type | Field and Description |
---|---|
protected Identifier |
AbstractSequence.id |
protected Identifier |
SequenceType.identifier |
protected Identifier |
OfferType.identifier |
protected Identifier |
SequenceAcknowledgement.identifier |
protected Identifier |
TerminateSequenceType.identifier |
protected Identifier |
AckRequestedType.identifier |
protected Identifier |
CreateSequenceResponseType.identifier |
Modifier and Type | Method and Description |
---|---|
Identifier |
ObjectFactory.createIdentifier()
Create an instance of
Identifier |
Identifier |
AbstractEndpoint.generateSequenceIdentifier()
Generates and returns a new sequence identifier.
|
Identifier |
SequenceIdentifierGenerator.generateSequenceIdentifier() |
Identifier |
AbstractSequence.getIdentifier() |
Identifier |
SequenceType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
OfferType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
SequenceAcknowledgement.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
TerminateSequenceType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
AckRequestedType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
CreateSequenceResponseType.getIdentifier()
Gets the value of the identifier property.
|
Identifier |
SourceSequence.getOfferingSequenceIdentifier() |
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
Destination.getSequence(Identifier id) |
SourceSequence |
Source.getSequence(Identifier id) |
SourceSequence |
RMManager.getSequence(Identifier inSeqId,
Message message,
AddressingProperties maps) |
static boolean |
AbstractSequence.identifierEquals(Identifier id1,
Identifier id2) |
long |
SourceSequence.nextMessageNumber(Identifier inSeqId,
long inMsgNumber,
boolean last)
Returns the next message number and increases the message number.
|
boolean |
SourceSequence.offeredBy(Identifier sid)
Returns true if this sequence was constructed from an offer for an
inbound sequence includes in the CreateSequenceRequest in response to
which the sequence with the specified identifier was created.
|
void |
SequenceType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
OfferType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
SequenceAcknowledgement.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
TerminateSequenceType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
AckRequestedType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
CreateSequenceResponseType.setIdentifier(Identifier value)
Sets the value of the identifier property.
|
Constructor and Description |
---|
AbstractSequence(Identifier i) |
DestinationSequence(Identifier i,
EndpointReferenceType a,
Destination d) |
DestinationSequence(Identifier i,
EndpointReferenceType a,
long lmn,
SequenceAcknowledgement ac) |
SourceSequence(Identifier i) |
SourceSequence(Identifier i,
Date e,
Identifier oi) |
SourceSequence(Identifier i,
Date e,
Identifier oi,
long cmn,
boolean lm) |
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
RMStore.getDestinationSequence(Identifier seq)
Retrieve the destination sequence with the specified identifier from persistent store.
|
Collection<RMMessage> |
RMStore.getMessages(Identifier sid,
boolean outbound)
Retrieves the outbound/inbound messages stored for the source/destination sequence with
the given identifier.
|
SourceSequence |
RMStore.getSourceSequence(Identifier seq)
Retrieve the source sequence with the specified identifier from persistent store.
|
void |
RMStore.removeDestinationSequence(Identifier seq)
Remove the destination sequence with the specified identifier from persistent store.
|
void |
RMStore.removeMessages(Identifier sid,
Collection<Long> messageNrs,
boolean outbound)
Removes the messages with the given message numbers and identifiers from the store of
outbound/inbound messages.
|
void |
RMStore.removeSourceSequence(Identifier seq)
Remove the source sequence with the specified identifier from persistent store.
|
Modifier and Type | Method and Description |
---|---|
DestinationSequence |
RMTxStore.getDestinationSequence(Identifier sid) |
Collection<RMMessage> |
RMTxStore.getMessages(Identifier sid,
boolean outbound) |
SourceSequence |
RMTxStore.getSourceSequence(Identifier sid) |
void |
RMTxStore.removeDestinationSequence(Identifier sid) |
void |
RMTxStore.removeMessages(Identifier sid,
Collection<Long> messageNrs,
boolean outbound) |
void |
RMTxStore.removeSourceSequence(Identifier sid) |
protected void |
RMTxStore.storeMessage(Identifier sid,
RMMessage msg,
boolean outbound) |
Apache CXF