Interface NextMPMSequenceNumberDelegate
public interface NextMPMSequenceNumberDelegate
Delegate to get the next sequence number of
Supported API: true
Extendable: true
MPMSequence.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionintgetNextMPMSequenceNumber(MPMSequenceUsageLink sequenceUsageLink) Get the next sequence number under a given sequence holder.
-
Method Details
-
getNextMPMSequenceNumber
Get the next sequence number under a given sequence holder.
Supported API: true- Parameters:
sequenceUsageLink- MPMSequenceUsageLink under whose sequence holder, we want the next sequence number.- Returns:
- int Next sequence number
- Throws:
WTException
-