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