com.tonbeller.jpivot.tags
Class TestStateLogger

java.lang.Object
  extended by com.tonbeller.jpivot.tags.Log4jStateLogger
      extended by com.tonbeller.jpivot.tags.TestStateLogger
All Implemented Interfaces:
StateLogger

public class TestStateLogger
extends Log4jStateLogger
implements StateLogger


Constructor Summary
TestStateLogger()
           
 
Method Summary
 void destroy(StateManager.State s)
           
 java.util.Set getActive()
           
 java.util.List getErrors()
           
 void initialize(StateManager.State s)
           
 
Methods inherited from class com.tonbeller.jpivot.tags.Log4jStateLogger
error, hide, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.tags.StateLogger
error, hide, show
 

Constructor Detail

TestStateLogger

public TestStateLogger()
Method Detail

initialize

public void initialize(StateManager.State s)
Specified by:
initialize in interface StateLogger
Overrides:
initialize in class Log4jStateLogger

destroy

public void destroy(StateManager.State s)
Specified by:
destroy in interface StateLogger
Overrides:
destroy in class Log4jStateLogger

getActive

public java.util.Set getActive()

getErrors

public java.util.List getErrors()