public class Mutex extends Handle
INFINITE_TIMEOUT, INVALID_HANDLE_VALUE, STATUS_ABANDONED_WAIT_0, STATUS_TIMEOUT, STATUS_WAIT_0
Modifier and Type | Method and Description |
---|---|
static Mutex |
createMutex(boolean initialOwner,
java.lang.String mutexName) |
static Mutex |
createMutex(com.jniwrapper.Parameter mutexAttributes,
boolean initialOwner,
java.lang.String mutexName) |
boolean |
exists() |
static Mutex |
openMutex(int desiredAccess,
boolean inheritHandle,
java.lang.String mutexName) |
clone, closeHandle, equals, waitFor, waitFor
asFunction, asFunction, asTypedPointer, castTo, castTo, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public boolean exists()
public static Mutex openMutex(int desiredAccess, boolean inheritHandle, java.lang.String mutexName)
public static Mutex createMutex(com.jniwrapper.Parameter mutexAttributes, boolean initialOwner, java.lang.String mutexName)
public static Mutex createMutex(boolean initialOwner, java.lang.String mutexName)