Package com.iizix.txp
Interface ITXPid
- All Known Implementing Classes:
- TXPidImpl
 - public interface ITXPidITXProcess ID Interface. A PID is a globally unique identifier for a process.- Author:
- Freggle
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - int- getFormatID()Gets the format identifier- byte[]- getGlobalProcessID()Gets the global process ID- byte[]- getNodeQualifier()Gets the node qualifier part of the PID
 
- Method Detail- 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