org.dentaku.foundation.connector
Class ConnectorBase

java.lang.Object
  extended byorg.dentaku.foundation.connector.ConnectorBase
All Implemented Interfaces:
Connector
Direct Known Subclasses:
DirectConnector

public abstract class ConnectorBase
extends java.lang.Object
implements Connector

Classes extending ConnectorBase are designed to be the entry point into the Dentaku architecture and are generally used by so called "front controllers". The container is instantiated and maintained here. This allows compatibility with front controllers that are not IOC aware.


Field Summary
protected  Connector connector
           
protected  Pipeline pipeline
          Default Container.
 
Fields inherited from interface org.dentaku.foundation.connector.Connector
ROLE
 
Constructor Summary
ConnectorBase()
           
 
Method Summary
 void fireEvent(AbstractEvent event)
           
 Pipeline getPipeline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pipeline

protected Pipeline pipeline
Default Container.


connector

protected Connector connector
Constructor Detail

ConnectorBase

public ConnectorBase()
Method Detail

getPipeline

public Pipeline getPipeline()
Specified by:
getPipeline in interface Connector

fireEvent

public void fireEvent(AbstractEvent event)
               throws java.lang.Exception
Specified by:
fireEvent in interface Connector
Parameters:
event -
Throws:
java.lang.Exception


Copyright © -2004 . All Rights Reserved.