public class LockManagerFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanProperty(IThreadContext tc,
java.lang.String s,
boolean defaultValue) |
static double |
getDoubleProperty(IThreadContext tc,
java.lang.String s,
double defaultValue) |
static int |
getIntProperty(IThreadContext tc,
java.lang.String s,
int defaultValue) |
static long |
getLongProperty(IThreadContext tc,
java.lang.String s,
long defaultValue) |
static java.lang.String |
getPossiblyObfuscatedStringProperty(IThreadContext tc,
java.lang.String s,
java.lang.String defaultValue) |
static java.lang.String |
getProperty(IThreadContext tc,
java.lang.String s) |
static java.lang.String |
getStringProperty(IThreadContext tc,
java.lang.String s,
java.lang.String defaultValue) |
static ILockManager |
make(IThreadContext context)
Instantiate a lock manager.
|
public static final java.lang.String _rcsid
public static ILockManager make(IThreadContext context) throws ManifoldCFException
ManifoldCFExceptionpublic static java.lang.String getProperty(IThreadContext tc, java.lang.String s) throws ManifoldCFException
ManifoldCFExceptionpublic static java.lang.String getStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue) throws ManifoldCFException
ManifoldCFExceptionpublic static java.lang.String getPossiblyObfuscatedStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue) throws ManifoldCFException
ManifoldCFExceptionpublic static int getIntProperty(IThreadContext tc, java.lang.String s, int defaultValue) throws ManifoldCFException
ManifoldCFExceptionpublic static long getLongProperty(IThreadContext tc, java.lang.String s, long defaultValue) throws ManifoldCFException
ManifoldCFExceptionpublic static double getDoubleProperty(IThreadContext tc, java.lang.String s, double defaultValue) throws ManifoldCFException
ManifoldCFExceptionpublic static boolean getBooleanProperty(IThreadContext tc, java.lang.String s, boolean defaultValue) throws ManifoldCFException
ManifoldCFException