- java.lang.Object
-
- jnr.posix.SpawnAttribute
-
public abstract class SpawnAttribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRESETIDSstatic intSETPGROUPstatic intSETSIGDEFstatic intSETSIGMASK
-
Constructor Summary
Constructors Constructor Description SpawnAttribute()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpawnAttributeflags(short flags)static SpawnAttributepgroup(long pgroup)static SpawnAttributesigdef(long sigdef)static SpawnAttributesigmask(long sigmask)
-
-
-
Field Detail
-
RESETIDS
public static final int RESETIDS
- See Also:
- Constant Field Values
-
SETPGROUP
public static final int SETPGROUP
- See Also:
- Constant Field Values
-
SETSIGDEF
public static final int SETSIGDEF
- See Also:
- Constant Field Values
-
SETSIGMASK
public static final int SETSIGMASK
- See Also:
- Constant Field Values
-
-
Method Detail
-
pgroup
public static SpawnAttribute pgroup(long pgroup)
-
flags
public static SpawnAttribute flags(short flags)
-
sigdef
public static SpawnAttribute sigdef(long sigdef)
-
sigmask
public static SpawnAttribute sigmask(long sigmask)
-
-