public class DataDispatcher
extends java.lang.Object
Constructor and Description |
---|
DataDispatcher(java.util.logging.Logger logger)
Creates a new
DataDispatcher . |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.String> |
getUnmatchedComponents()
Returns the simple names of all
SystemComponent s that are not
matched during the dispatching-progress. |
void |
register(Connector connector)
Registers a
SystemComponent to the dispatcher-algorithm via it's
Connector . |
public DataDispatcher(java.util.logging.Logger logger)
DataDispatcher
.logger
- xAffect's general Logger
.public void register(Connector connector)
SystemComponent
to the dispatcher-algorithm via it's
Connector
. Registered SystemComponent
s will
automatically be matched.connector
- the SystemComponent
's Connector
to be registeredpublic java.util.Vector<java.lang.String> getUnmatchedComponents()
SystemComponent
s that are not
matched during the dispatching-progress.SystemComponent
s.