tom.platform
Class PluginPlatformBase

java.lang.Object
  extended by tom.platform.PluginPlatformBase
Direct Known Subclasses:
PluginPlatform

public abstract class PluginPlatformBase
extends Object

The PluginPlatformBase manages a global status handler which is common to all PluginPlatformInstances


Constructor Summary
protected PluginPlatformBase(String loggerRadical)
           
 
Method Summary
 void clearGlobalStatusHandler()
           
 StatusHandler getGlobalStatusHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPlatformBase

protected PluginPlatformBase(String loggerRadical)
Method Detail

getGlobalStatusHandler

public StatusHandler getGlobalStatusHandler()

clearGlobalStatusHandler

public void clearGlobalStatusHandler()