org.apache.felix.framework.util
Class Mutex

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

public class Mutex
extends 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 InterruptedException
Throws:
InterruptedException

up

public void up()


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.