A subclass of CleanupHandler for acquiring and releasing monitors. More...
#include <Common.hpp>
Inherits CleanupHandler< void >.
Public Member Functions | |
| MonitorHandler (JNIEnv *env, const jobject obj) | |
| Default constructor. More... | |
| virtual void | get () |
| Gets the resource. | |
A subclass of CleanupHandler for acquiring and releasing monitors.
|
explicit |
Default constructor.
| env | the JNI environment. |
| obj | the monitor. |
1.8.3.1