org.jboss.cache.lock
Class LockStrategyFactory

java.lang.Object
  extended byorg.jboss.cache.lock.LockStrategyFactory

public class LockStrategyFactory
extends java.lang.Object

Factory to create LockStragtegy instance.


Constructor Summary
protected LockStrategyFactory()
           
 
Method Summary
static LockStrategy (src) getLockStrategy()
           
static LockStrategy (src) getLockStrategy(IsolationLevel (src)  lockingLevel)
           
static void setIsolationLevel(IsolationLevel (src)  level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockStrategyFactory

protected LockStrategyFactory()
Method Detail

getLockStrategy

public static LockStrategy (src)  getLockStrategy()

getLockStrategy

public static LockStrategy (src)  getLockStrategy(IsolationLevel (src)  lockingLevel)

setIsolationLevel

public static void setIsolationLevel(IsolationLevel (src)  level)