: Class QTNative
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.jdirect
Class QTNative
java.lang.Object
|
+--quicktime.jdirect.QTNative
public final class QTNativeextends java.lang.Object
Field Summary
static java.lang.Object
globalsLock
This object is a global lock that must be grabbed through a synchronized (..) call
before any global value in the Sytsem (such as the current graf port) is set.
Method Summary
static java.lang.Object
linkNativeMethods(java.lang.Class inClassToLinkWithJDirect)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
globalsLock
public static final java.lang.Object globalsLock
This object is a global lock that must be grabbed through a synchronized (..) call
before any global value in the Sytsem (such as the current graf port) is set.
This ensures that global variables can only be written to (and read) by a single
thread of execution at one time.
Method Detail
linkNativeMethods
public static java.lang.Object linkNativeMethods(java.lang.Class inClassToLinkWithJDirect)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD