|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dentaku.foundation.connector.ConnectorBase
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 |
protected Pipeline pipeline
protected Connector connector
| Constructor Detail |
public ConnectorBase()
| Method Detail |
public Pipeline getPipeline()
getPipeline in interface Connector
public void fireEvent(AbstractEvent event)
throws java.lang.Exception
fireEvent in interface Connectorevent -
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||