public abstract class AbstractLockStrategy extends java.lang.Object implements LockStrategy
Modifier | Constructor and Description |
---|---|
protected |
AbstractLockStrategy() |
protected |
AbstractLockStrategy(boolean debugLocking) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the strategy
|
boolean |
isDebugLocking() |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
lockArtifact, unlockArtifact
protected AbstractLockStrategy()
protected AbstractLockStrategy(boolean debugLocking)
public java.lang.String getName()
LockStrategy
getName
in interface LockStrategy
public void setName(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isDebugLocking()
Copyright ©2007-2020 The Apache Software Foundation, Licensed under Apache License, Version 2.0.