|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.win32.Handle
com.jniwrapper.win32.system.Mutex
public class Mutex
Provides functionality for Windows mutex handling.
| Field Summary |
|---|
| Fields inherited from class com.jniwrapper.win32.Handle |
|---|
INFINITE_TIMEOUT, INVALID_HANDLE_VALUE, STATUS_ABANDONED_WAIT_0, STATUS_TIMEOUT, STATUS_WAIT_0 |
| Fields inherited from class com.jniwrapper.Parameter |
|---|
LICENSE_TYPE, V |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class com.jniwrapper.win32.Handle |
|---|
clone, closeHandle, equals, waitFor, waitFor |
| Methods inherited from class com.jniwrapper.Pointer.Void |
|---|
asFunction, asFunction, asTypedPointer, castTo, castTo, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|---|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||