|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationSequence | |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.persistence | |
org.apache.cxf.ws.rm.persistence.jdbc |
Uses of DestinationSequence in org.apache.cxf.ws.rm |
---|
Methods in org.apache.cxf.ws.rm that return DestinationSequence | |
---|---|
DestinationSequence |
Destination.getSequence(Identifier id)
|
Methods in org.apache.cxf.ws.rm that return types with arguments of type DestinationSequence | |
---|---|
Collection<DestinationSequence> |
Destination.getAllSequences()
|
Methods in org.apache.cxf.ws.rm with parameters of type DestinationSequence | |
---|---|
void |
RMProperties.addAck(DestinationSequence seq)
|
void |
Destination.addSequence(DestinationSequence seq)
|
void |
Destination.addSequence(DestinationSequence seq,
boolean persist)
|
void |
Destination.removeSequence(DestinationSequence seq)
|
Uses of DestinationSequence in org.apache.cxf.ws.rm.persistence |
---|
Methods in org.apache.cxf.ws.rm.persistence that return DestinationSequence | |
---|---|
DestinationSequence |
RMStore.getDestinationSequence(Identifier seq)
Retrieve the destination sequence with the specified identifier from persistent store. |
Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type DestinationSequence | |
---|---|
Collection<DestinationSequence> |
RMStore.getDestinationSequences(String endpointIdentifier)
Retrieves all sequences managed by the identified RM destination endpoint from persistent store. |
Methods in org.apache.cxf.ws.rm.persistence with parameters of type DestinationSequence | |
---|---|
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. |
Uses of DestinationSequence in org.apache.cxf.ws.rm.persistence.jdbc |
---|
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return DestinationSequence | |
---|---|
DestinationSequence |
RMTxStore.getDestinationSequence(Identifier sid)
|
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type DestinationSequence | |
---|---|
Collection<DestinationSequence> |
RMTxStore.getDestinationSequences(String endpointIdentifier)
|
Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type DestinationSequence | |
---|---|
void |
RMTxStore.createDestinationSequence(DestinationSequence seq)
|
void |
RMTxStore.persistIncoming(DestinationSequence seq,
RMMessage msg)
|
protected void |
RMTxStore.updateDestinationSequence(DestinationSequence seq)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |