|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.event.DefaultEventGateway | +--org.enhydra.barracuda.examples.ex3.TestScreen
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 |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public TestScreen()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |