org.enhydra.barracuda.examples.ex3
Class TestScreen

java.lang.Object
  |
  +--org.enhydra.barracuda.core.event.DefaultEventGateway
        |
        +--org.enhydra.barracuda.examples.ex3.TestScreen
All Implemented Interfaces:
EventGateway

public class TestScreen
extends DefaultEventGateway

This mini-app is just used for stress testing, to see what kind of performance level degradation we experience as the event heirarchy depth increases. The way this works is simple. If you invoke a Level1Event, the dispatcher will fire a RequestEvent, HttpRequestEvent, and then the actual Level1Event. If you invoke a Level10Event there will be 9 additional events generated because of the Polymorphic nature of the request hierarchy.


Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
TestScreen()
          Public constructor
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger
Constructor Detail

TestScreen

public TestScreen()
Public constructor



Copyright © 2001 Enhydra.org