jnr.posix
Class SpawnAttribute

java.lang.Object
  extended by jnr.posix.SpawnAttribute

public abstract class SpawnAttribute
extends Object


Field Summary
static int RESETIDS
           
static int SETPGROUP
           
static int SETSIGDEF
           
static int SETSIGMASK
           
 
Constructor Summary
SpawnAttribute()
           
 
Method Summary
static SpawnAttribute flags(short flags)
           
static SpawnAttribute pgroup(long pgroup)
           
static SpawnAttribute sigdef(long sigdef)
           
static SpawnAttribute sigmask(long sigmask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

SpawnAttribute

public SpawnAttribute()
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)


Copyright © 2014. All Rights Reserved.