public class ConnectorManager
extends java.lang.Object
Connector
s for SystemComponent
s.Constructor and Description |
---|
ConnectorManager(java.util.logging.Logger logger)
Creates a new
ConnectorManager . |
Modifier and Type | Method and Description |
---|---|
Connector[] |
getConnectors(SystemComponent component)
Returns all
Connector s that are associated to given
SystemComponent . |
java.util.Vector<java.lang.String> |
getUnmatchedComponents()
Returns the simple names of all
SystemComponent s that are not
matched during the dispatching-progress. |
public ConnectorManager(java.util.logging.Logger logger)
ConnectorManager
.logger
- xAffect's general Logger
.public Connector[] getConnectors(SystemComponent component)
Connector
s that are associated to given
SystemComponent
.component
- the SystemComponent
to get the Connector
s for.Connector
s.public java.util.Vector<java.lang.String> getUnmatchedComponents()
SystemComponent
s that are not
matched during the dispatching-progress.SystemComponent
s.