org.apache.yoko.orb.OB
Class RecursiveMutex

java.lang.Object
  extended by org.apache.yoko.orb.OB.RecursiveMutex

public class RecursiveMutex
extends Object


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

Constructor Detail

RecursiveMutex

public RecursiveMutex()
Method Detail

lock

public void lock()

unlock

public void unlock()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.