public class LockStrategyFactory extends Object
Constructor and Description |
---|
LockStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
LockStrategy |
getLockStrategy() |
LockStrategy |
getLockStrategy(IsolationLevel lockingLevel) |
void |
injectDependencies(Configuration configuration) |
void |
setIsolationLevel(IsolationLevel level) |
void |
start() |
public void injectDependencies(Configuration configuration)
public void start()
public LockStrategy getLockStrategy()
public LockStrategy getLockStrategy(IsolationLevel lockingLevel)
public void setIsolationLevel(IsolationLevel level)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.