Uses of Interface
wt.clients.checker.CheckerLog

Packages that use CheckerLog
wt.clients.checker   
 

Uses of CheckerLog in wt.clients.checker
 

Classes in wt.clients.checker that implement CheckerLog
 class Checkable
          Checkable is an interface that can be used to check the configuration and configure clients.
 class Checker
           
 class PluginCacheChecker
          Checks the clients plugin cache size.
 class RMIConnectChecker
          Checks if the client can make a RMI connection.
 

Fields in wt.clients.checker declared as CheckerLog
private  CheckerLog Checker.log
           
(package private)  CheckerLog Checkable.log
           
 

Methods in wt.clients.checker with parameters of type CheckerLog
 void Checker.setLogger(CheckerLog log)
           
 void Checkable.setLogger(CheckerLog log)