JNodeOS v1.1.5 API

edu.utah.janos.nodeos
Class CommMonitor

java.lang.Object
  |
  +--edu.utah.janos.nodeos.CommMonitor

public final class CommMonitor
extends java.lang.Object

Used for cross-process synchronization:

 CommMonitor m = ...;
 synchronized(m) {
   ...
 }
 

Author:
Janos Ministry of Development

Constructor Summary
CommMonitor()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommMonitor

public CommMonitor()

JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/