Provides access to Java synchronization primitives.
- See also
- Codemesh.JuggerNET.JavaProxyLockHolder
More...
Provides access to Java synchronization primitives.
- See also
- Codemesh.JuggerNET.JavaProxyLockHolder
◆ JavaProxyMonitor()
Codemesh.JuggerNET.JavaProxyMonitor.JavaProxyMonitor |
( |
JavaProxy |
proxy | ) |
|
|
inline |
Creates a Monitor instance for a Java object.
- Parameters
-
proxy | The proxy on which we are synchronizing. |
◆ Enter()
void Codemesh.JuggerNET.JavaProxyMonitor.Enter |
( |
| ) |
|
|
inline |
Attempts to enter a critical section held on an object.
◆ Exit()
void Codemesh.JuggerNET.JavaProxyMonitor.Exit |
( |
| ) |
|
|
inline |
Releases a critical section held on an object.
The documentation for this class was generated from the following file: