Interface NextMPMSequenceNumberDelegate


public interface NextMPMSequenceNumberDelegate
Delegate to get the next sequence number of MPMSequence. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the next sequence number under a given sequence holder.
  • Method Details

    • getNextMPMSequenceNumber

      int getNextMPMSequenceNumber(MPMSequenceUsageLink sequenceUsageLink) throws WTException
      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