Index
All Classes and Interfaces|All Packages
A
- acquireSequenceTarget(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Attempts to acquire a sequence Target for the given direction.
- acquireSequenceTargetId(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
D
- deleteNonLockedSequenceRow(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method deletes the sequence manager row if the state of the row is not LOCKED.
- deleteNonLockedSequenceRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method deletes the sequence manager row if the state of the row is not LOCKED.
- deletePausedRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- deleteSequenceManagerRowsonSrcId(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Used in case of E2E sequencing to delete outbound sequencing rows based on the e2e_src_sequence_id field It also updates the corresponding business message to error based on the src key code.
- deleteSequenceTableRows(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- deleteSequenceTableRowsBasedOnMsgId(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- deleteSuspendedRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- discardFirstSequenceMessageByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the first messages on the target
- discardFirstSequenceMessageByTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the first messages on the target and direction
- discardSequencedMessageByMessageId(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the message id
- discardSequencedMessageByState(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the state
- discardSequencedMessageByStateAndTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target and state
- discardSequencedMessageByStateAndTarget(String, String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target, state and direction
- discardSequencedMessageByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target
- discardSequencedMessageByTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method discards/deletes the messages based on the target
G
- getAvailableTargets(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Returns a Array of targets which have not been acquired yet.
- getDateFromSeqTimeStampHeader(Properties) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getMessagesForTgt(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method retrieves the available messages for the sequence Target.
- getNextMessagesForTgt(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method retrieves the available messages for the sequence Target.
- getPausedSequenceTargets(B2BContext) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
lists all the message targets based on the state
- getSeqmanagerParams(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getSeqMsgState(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getSeqMsgTarget(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getSequenceManagerRowOnWireMsgID(B2BContext, String, boolean) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Method to retrieve the Sequence Manager object based on the wire message id
- getSequenceMessageForMsgId(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getSequenceMessagesByState(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
lists all the message ids based on the state
- getSequenceMessagesByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
lists all the message ids based on the target
- getSequenceMessagesByTargetAndState(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
lists all the message ids based on the target and state
- getSequenceMsgs(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
To get the list of sequenced messages based on the target/state/messageid
- getSequenceTargetwithStacked(B2BContext, String, long[]) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- getStateByTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
returns the state of the given target
- getStateByTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
returns the state of the given target
H
- handleDiscardSignal(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Process the Discard signal enqueued from the back-end for interface sequencing messages.
- handleEndtoEndTargets(B2BContext) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Process Interface sequencing targets.
- handleOutboundSequencing(ExtB2BMessage, B2BContext) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method handles the sequencing table updates in case of outbound message flow
I
- insertBlankPausedRow(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Insert a row with state PAUSED into the table for the target and direction and returns the inserted row
- insertBlankSequenceRow(B2BContext, String, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- insertBlankSequenceRow(B2BContext, String, String, String, Date) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Insert a row into the table for the target, direction and state and returns the inserted row
- insertCompleteOutboundSequenceTblRow(B2BContext, ExtB2BMessage, String, String, Date) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
To insert an Outbound message to Sequence Manager table.
- insertCompleteOutboundSequenceTblRow(B2BContext, ExtB2BMessage, String, String, Date, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- insertOutboundInterfaceSequence(B2BContext, String, ExtB2BMessage, String, BigDecimal, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- insertSequenceTblRow(B2BContext, String, String, String, String, String, Date) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- insertSequenceTblRow(B2BContext, String, String, String, String, String, Date, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Creates a sequence manager row based on the values provided
- isMsgDeliverySequenced(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Checks if the message will be delivered through the sequencing framework.
- isSeqMsgExist(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- isSequencePaused(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
L
- listSequenceTargets() - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
- lockAcqSequenceTargetId(B2BContext, String[], String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
M
- manageSequenceManager(boolean) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method is utilized by the SequenceManagerWorker thread to update the states of messages remaining in ACQUIRED/LOCKED/LOCKED-DELIVERED states.
O
- oracle.tip.b2b.utility - package oracle.tip.b2b.utility
P
- pauseSequenceTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method will pause the particular sequence target
- pauseSequenceTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method will pause the particular sequence target with direction
- processedSequenceTarget(B2BContext, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- processSequenceMessageByMessageId(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method will process the particular message Id.
R
- resumeSequenceTarget(String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method will resume the particular sequence target
- resumeSequenceTarget(String, String) - Method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method will resume the particular sequence target with direction
S
- SequenceManagerUtility - Class in oracle.tip.b2b.utility
- SequenceManagerUtility() - Constructor for class oracle.tip.b2b.utility.SequenceManagerUtility
-
Methods to handle sequence dashboard
- SequenceManagerUtility(Properties) - Constructor for class oracle.tip.b2b.utility.SequenceManagerUtility
- shouldResubmitSequencedMsg(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- stackedSequenceMsg(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
U
- unLockSequence(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
The method unlocks the sequence target.
- unLockSequence(B2BContext, String, String, boolean) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Called in the OUTBOUND case.
- updateInterfaceSequenceMsg(B2BContext, String, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- updateSequenceMsgState(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Updates the sequence manager table with new message state for the specified message based on message Id
- updateSequenceTable(B2BContext, ExtB2BMessage, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
- updateSequenceTable(B2BContext, ExtB2BMessage, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
Updates the sequence manager table with message id and state for the specified message based on appmsgId / wire message Id
- updateSequenceTableForBatch(B2BContext, ExtB2BMessage) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
-
This method handles the update of the sequence manager table for Batch Messages.
- updateSequenceTableStatebyMsgId(B2BContext, String, String) - Static method in class oracle.tip.b2b.utility.SequenceManagerUtility
All Classes and Interfaces|All Packages