Uses of Class
com.jniwrapper.win32.system.Mutex

Packages that use Mutex
com.jniwrapper.win32.system The com.jniwrapper.win32.system package contains classes, which provide you with Java wrappers for commonly used Windows system functions and related structures and types. 
 

Uses of Mutex in com.jniwrapper.win32.system
 

Methods in com.jniwrapper.win32.system that return Mutex
static Mutex Mutex.createMutex(boolean initialOwner, java.lang.String mutexName)
           
static Mutex Mutex.createMutex(com.jniwrapper.Parameter mutexAttributes, boolean initialOwner, java.lang.String mutexName)
           
static Mutex Mutex.openMutex(int desiredAccess, boolean inheritHandle, java.lang.String mutexName)