org.enhydra.barracuda.examples
Class SampleApplicationGateway

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.enhydra.barracuda.core.event.ApplicationGateway
                    |
                    +--org.enhydra.barracuda.examples.SampleApplicationGateway
All Implemented Interfaces:
EventGateway, java.io.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
defaultEventGateway, EXTERNAL_CONTEXT_OBJ_NAME, gateways, logger, REQUEST_WRAPPER, SHOW_APP_STRUCTURE, TARGET_EVENT_NAME, USE_EVENT_POOLING
 
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, destroy, destroyLocal, doDelete, doGet, doOptions, doPost, doPut, doTrace, getChildren, getDispatcherFactory, getEventBroker, getEventExtension, getEventPool, getNewDispatchQueueInstance, getNewEventBrokerInstance, getNewEventPoolInstance, getParent, handleDefault, handleDefaultExt, handleEventException, init, initializeLocal, register, remove, setParent, specifyEventGateways
 
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 © 2001 Enhydra.org