Package com.iizix.txp

Interface ITXPid

All Known Implementing Classes:
TXPidImpl

public interface ITXPid
ITXProcess ID Interface. A PID is a globally unique identifier for a process.
Author:
Freggle
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the format identifier
    byte[]
    Gets the global process ID
    byte[]
    Gets the node qualifier part of the PID
  • Method Details

    • getNodeQualifier

      byte[] getNodeQualifier()
      Gets the node qualifier part of the PID
      Returns:
      the node qualifier
    • getFormatID

      int getFormatID()
      Gets the format identifier
      Returns:
      the format identifier
    • getGlobalProcessID

      byte[] getGlobalProcessID()
      Gets the global process ID
      Returns:
      the global process ID