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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFormatID()
Gets the format identifierbyte[]
getGlobalProcessID()
Gets the global process IDbyte[]
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
-
-