wt.clients.checker
Class Checkable
java.lang.Object
wt.clients.checker.Checkable
- All Implemented Interfaces:
- CheckerLog
- Direct Known Subclasses:
- PluginCacheChecker, RMIConnectChecker
- public abstract class Checkable
- extends Object
- implements CheckerLog
Checkable is an interface that can be used to check the configuration and configure clients.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
CheckerLog log
properties
Properties properties
RESOURCE
static String RESOURCE
locale
Locale locale
rb
ResourceBundle rb
silent
boolean silent
verbose
boolean verbose
Checkable
public Checkable()
setLogger
public void setLogger(CheckerLog log)
logException
public void logException(Exception e)
- Specified by:
logException
in interface CheckerLog
logMessage
public void logMessage(String msg)
- Specified by:
logMessage
in interface CheckerLog
setProperties
public void setProperties(Properties properties)
setLocale
public void setLocale(Locale locale)
isSilent
public boolean isSilent()
setSilent
public void setSilent(boolean silent)
isVerbose
public boolean isVerbose()
setVerbose
public void setVerbose(boolean verbose)
configureClient
public abstract void configureClient()
- Cofigures the client properly.