org.barracudamvc.examples.ex3
Class TestScreen
java.lang.Object
org.barracudamvc.core.event.DefaultEventGateway
org.barracudamvc.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.barracudamvc.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 |
logger
protected static final org.apache.log4j.Logger logger
TestScreen
public TestScreen()
- Public constructor
Copyright © 2006 BarracudaMVC.org All Rights Reserved.