org.apache.felix.framework.util
Class Mutex

java.lang.Object
  extended by org.apache.felix.framework.util.Mutex

public class Mutex
extends java.lang.Object


Constructor Summary
Mutex()
           
 
Method Summary
 void down()
           
 void up()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutex

public Mutex()
Method Detail

down

public void down()
          throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

up

public void up()


Copyright © 2012. All Rights Reserved.