org.enhydra.barracuda.examples
Class SampleApplicationGateway

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.enhydra.barracuda.core.event.ApplicationGateway
              extended byorg.enhydra.barracuda.examples.SampleApplicationGateway
All Implemented Interfaces:
EventGateway, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SampleApplicationGateway
extends ApplicationGateway

This is the gateway for the EventHandler7 apps. Right now, this is just the Simple Login app (LoginGateway). If there were other apps that needed to use the gateway, we'd add them here as well.

You might want to look at the UML Class diagram for the Simple Login app. or check out Understanding the Simple Login App

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.barracuda.core.event.ApplicationGateway
eventGateway, EXTERNAL_CONTEXT_OBJ_NAME, gateways, HTTP_SERVLET_REQUEST, HTTP_SERVLET_RESPONSE, LONG_RUNNING_ID, LR_DEBUG, LR_OVERRIDE_KEY, REQUEST_WRAPPER, RESPOND_WITH_404, RESPONSE_WRAPPER, TARGET_EVENT_NAME, THREAD_POOL, USE_EVENT_POOLING, virgin
 
Constructor Summary
SampleApplicationGateway()
           
 
Method Summary
 void initializeLocal()
          Perform any local initialization (this is where you should add any other known EventGateways)
 
Methods inherited from class org.enhydra.barracuda.core.event.ApplicationGateway
add, deregister, deregisterLocalEventInterests, destroy, destroyLocal, doDelete, doGet, doOptions, doPost, doPut, doTrace, getChildren, getDispatcherFactory, getEventBroker, getEventExtension, getEventPool, getNewDispatchQueueInstance, getNewEventBrokerInstance, getParent, handleDefault, handleDefaultExt, handleEventException, init, initializeLocal, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyEventGateways, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests, wrapRequest, wrapResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doHead, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleApplicationGateway

public SampleApplicationGateway()
Method Detail

initializeLocal

public void initializeLocal()
Perform any local initialization (this is where you should add any other known EventGateways)

Overrides:
initializeLocal in class ApplicationGateway


Copyright © 2003 BarracudaMVC.org All Rights Reserved.