站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

LockStrategyFactory (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.lock
Class LockStrategyFactory

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

public class LockStrategyFactory
extends Object

Factory to create LockStragtegy instance.

Author:
Ben Wang

Constructor Summary
protected LockStrategyFactory()
           
 
Method Summary
static LockStrategy getLockStrategy()
           
static LockStrategy getLockStrategy(IsolationLevel lockingLevel)
           
static void setIsolationLevel(IsolationLevel 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 getLockStrategy()

getLockStrategy

public static LockStrategy getLockStrategy(IsolationLevel lockingLevel)

setIsolationLevel

public static void setIsolationLevel(IsolationLevel level)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.