Uses of Interface
org.barracudamvc.core.event.EventGateway

Packages that use EventGateway
org.barracudamvc.admin   
org.barracudamvc.contrib.dbroggisch.page   
org.barracudamvc.contrib.sam.data   
org.barracudamvc.core.event   
org.barracudamvc.core.event.events   
org.barracudamvc.core.util.srv   
org.barracudamvc.examples   
org.barracudamvc.examples.ex1   
org.barracudamvc.examples.ex3   
org.barracudamvc.examples.ex4   
org.barracudamvc.examples.xmlc   
 

Uses of EventGateway in org.barracudamvc.admin
 

Classes in org.barracudamvc.admin that implement EventGateway
 class BarracudaAdmin
          This mini-app is can be used to administer Barracuda applications
 

Uses of EventGateway in org.barracudamvc.contrib.dbroggisch.page
 

Classes in org.barracudamvc.contrib.dbroggisch.page that implement EventGateway
 class RenderPageEventGateway
          A simple convenience class providing a ready-set event gateway with the basic necessities for rendering pages.
 

Uses of EventGateway in org.barracudamvc.contrib.sam.data
 

Classes in org.barracudamvc.contrib.sam.data that implement EventGateway
 class DataObjectGateway
          Event handlers (both Controller and View) for the Main screen
 

Uses of EventGateway in org.barracudamvc.core.event
 

Classes in org.barracudamvc.core.event that implement EventGateway
 class ApplicationGateway
          The application gateway is responsible for a number of things.
 class DefaultEventGateway
          Default implementation of an EventGateway.
 

Fields in org.barracudamvc.core.event declared as EventGateway
protected  EventGateway ApplicationGateway.eventGateway
           
 

Methods in org.barracudamvc.core.event that return EventGateway
 EventGateway EventGateway.getParent()
          Get the parent event gateway.
 EventGateway DefaultEventGateway.getParent()
          Get the parent event gateway.
 EventGateway ApplicationGateway.getParent()
          Get the parent gateway.
 

Methods in org.barracudamvc.core.event with parameters of type EventGateway
 void EventGateway.setParent(EventGateway eg)
          Set the parent event gateway.
 void EventGateway.add(EventGateway eg)
          Add an event gateway to this one
 void EventGateway.remove(EventGateway eg)
          Remove an event gateway from this one
 void DefaultEventGateway.setParent(EventGateway eg)
          Set the parent event gateway.
 void DefaultEventGateway.add(EventGateway eg)
          Add an event gateway to this one
 void DefaultEventGateway.remove(EventGateway eg)
          Remove an event gateway from this one
 void DefaultApplicationAssembler.assemble(EventGateway irootGateway, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile)
          Assemble the system, given the root EventGateway and the XML assembly decriptor name.
 void DefaultApplicationAssembler.assemble(EventGateway irootGateway, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile, String iparserClass)
          Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
 void ApplicationGateway.specifyEventGateways(EventGateway gateway)
          Specify event gateways.
 void ApplicationGateway.setParent(EventGateway eg)
          Set the parent gateway.
 void ApplicationGateway.add(EventGateway eg)
          Add an event gateway to this one
 void ApplicationGateway.remove(EventGateway eg)
          Remove an event gateway from this one
 void ApplicationAssembler.assemble(EventGateway irootGateway, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile)
          Assemble the system, given the root EventGateway and the XML assembly decriptor name.
 void ApplicationAssembler.assemble(EventGateway irootGateway, javax.servlet.ServletConfig iservletConfig, String iassemblySourceFile, String iparserClass)
          Assemble the system, given the root EventGateway, an XML assembly decriptor name, and a specific SAX parser class.
 

Uses of EventGateway in org.barracudamvc.core.event.events
 

Classes in org.barracudamvc.core.event.events that implement EventGateway
 class LongRunningEventGateway
          Event handlers (both Controller and View) for the LongRunning events
 

Uses of EventGateway in org.barracudamvc.core.util.srv
 

Methods in org.barracudamvc.core.util.srv with parameters of type EventGateway
static Object SimpleServiceFinder.findInstance(Class c, EventGateway gateway)
          Find an instance of a Class in an EventGateway heirarchy.
static Object SimpleServiceFinder.findInstance(Class c, EventGateway gateway, int searchDirection)
          Find an instance of a Class in an EventGateway heirarchy
 

Uses of EventGateway in org.barracudamvc.examples
 

Classes in org.barracudamvc.examples that implement EventGateway
 class GlobalUtilities
          Global Utilities.
 class SampleApplicationGateway
          This is the gateway for the EventHandler7 apps.
 

Uses of EventGateway in org.barracudamvc.examples.ex1
 

Classes in org.barracudamvc.examples.ex1 that implement EventGateway
 class LocalUtilities
          General utility event handlers which apply to all screens in the app.
 class LoginScreen
          Event handlers (both Controller and View) for the Login screen
 class MainScreen
          Event handlers (both Controller and View) for the Main screen.
 

Uses of EventGateway in org.barracudamvc.examples.ex3
 

Classes in org.barracudamvc.examples.ex3 that implement EventGateway
 class 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.
 

Uses of EventGateway in org.barracudamvc.examples.ex4
 

Classes in org.barracudamvc.examples.ex4 that implement EventGateway
 class SampleScreen
          A sample screen
 

Uses of EventGateway in org.barracudamvc.examples.xmlc
 

Classes in org.barracudamvc.examples.xmlc that implement EventGateway
 class CompEx10b
          A sample screen (does the exact same thing as CompEx10, but routes to here using an event, rather than a servlet url)
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.