com.arjuna.ats.txoj
Class LockManagerAttribute

java.lang.Object
  extended bycom.arjuna.ats.txoj.LockManagerAttribute

public class LockManagerAttribute
extends java.lang.Object

Instances of this class may be passed to a LockManager object at construction time and used to configure it.

Since:
JTS 1.0.
Version:
$Id: LockManagerAttribute.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Field Summary
 ClassName lockStoreType
           
 boolean remoteLockStore
           
 
Constructor Summary
LockManagerAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteLockStore

public boolean remoteLockStore

lockStoreType

public ClassName lockStoreType
Constructor Detail

LockManagerAttribute

public LockManagerAttribute()