org.neodatis.tool.mutex
Class MutexFactory

java.lang.Object
  extended by org.neodatis.tool.mutex.MutexFactory

public class MutexFactory
extends java.lang.Object

A mutex factory

Author:
osmadja

Constructor Summary
MutexFactory()
           
 
Method Summary
static Mutex get(java.lang.String name)
           
static void setDebug(boolean debugValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutexFactory

public MutexFactory()
Method Detail

get

public static Mutex get(java.lang.String name)

setDebug

public static void setDebug(boolean debugValue)