JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | List of all members
Codemesh.JuggerNET.JavaProxyMonitor Class Reference

Provides access to Java synchronization primitives.

See also
Codemesh.JuggerNET.JavaProxyLockHolder
More...

Public Member Functions

 JavaProxyMonitor (JavaProxy proxy)
 Creates a Monitor instance for a Java object. More...
 
void Enter ()
 Attempts to enter a critical section held on an object. More...
 
void Exit ()
 Releases a critical section held on an object. More...
 

Detailed Description

Provides access to Java synchronization primitives.

See also
Codemesh.JuggerNET.JavaProxyLockHolder

Constructor & Destructor Documentation

◆ JavaProxyMonitor()

Codemesh.JuggerNET.JavaProxyMonitor.JavaProxyMonitor ( JavaProxy  proxy)
inline

Creates a Monitor instance for a Java object.

Parameters
proxyThe proxy on which we are synchronizing.

Member Function Documentation

◆ 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:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.