Basic HTML version of Foils prepared May 19 99

Foil 6 Object as a Monitor

From Elements of Concurrent Programming in Java Tango Group Internal Technology Seminars -- Spring 99. by Lukasz Beca


Synchronized method
Synchronized block
Unsynchronized method
Lock
Monitor Queue
Object
public synchronized void methodA(){
// any code
}
objectA.methodA();
synchronized(objectA){
// any code
}



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed May 19 1999