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 SummaryModifier and TypeMethodDescription- intGets the format identifier- byte[]Gets the global process ID- byte[]Gets the node qualifier part of the PID
- Method Details- getNodeQualifierbyte[] getNodeQualifier()Gets the node qualifier part of the PID- Returns:
- the node qualifier
 
- getFormatIDint getFormatID()Gets the format identifier- Returns:
- the format identifier
 
- getGlobalProcessIDbyte[] getGlobalProcessID()Gets the global process ID- Returns:
- the global process ID