org.jboss.cache.lock
Class LockStrategyFactory
java.lang.Object
org.jboss.cache.lock.LockStrategyFactory
public class LockStrategyFactory
- extends Object
Factory to create LockStragtegy instance.
- Author:
- Ben Wang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockStrategyFactory
public LockStrategyFactory()
injectDependencies
public void injectDependencies(Configuration configuration)
start
public void start()
getLockStrategy
public LockStrategy getLockStrategy()
getLockStrategy
public LockStrategy getLockStrategy(IsolationLevel lockingLevel)
setIsolationLevel
public void setIsolationLevel(IsolationLevel level)
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.