JNodeOS v1.2.0 API

edu.utah.janos.nodeos
Class CommMonitor

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

public final class CommMonitor
extends java.lang.Object
implements edu.utah.janosvm.kit.comm.commspace.CommSpaceable

Used for cross-process synchronization:

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

Author:
Janos Ministry of Development

Constructor Summary
CommMonitor()
           
 
Method Summary
 java.lang.Object deepCopy()
          Deep copy to be performed when this is pulled out of a CommSpaceElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommMonitor

public CommMonitor()
Method Detail

deepCopy

public java.lang.Object deepCopy()
Deep copy to be performed when this is pulled out of a CommSpaceElement

This appears due to the CommSpaceable interface

Specified by:
deepCopy in interface edu.utah.janosvm.kit.comm.commspace.CommSpaceable

JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 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 web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002