Class Monitor

java.lang.Object
  extended by Monitor

public class Monitor
extends java.lang.Object

Copyright (c) 2002 - 2008 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation


Constructor Summary
Monitor()
           
 
Method Summary
 void incr()
           
static void main(java.lang.String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor

public Monitor()
Method Detail

incr

public void incr()

main

public static void main(java.lang.String[] a)