Die CREATE MODULE-Anweisung (Modulerstellungsanweisung) erstellt ein Modul. Dabei handelt es sich um einen benannten Container, der einem Knoten zugeordnet ist.
Ein Nachrichtenverarbeitungsknoten verweist mit dem Namen auf ein Modul in den Eclipse-Tools. Das Modul muss sich im <Knotenschema> befinden.
Die Module für den Rechenknoten, den Datenbankknoten und den Filterknoten müssen alle eine Funktion namens "Main" (Hauptfunktion) enthalten. Diese Funktion sollte eine Boolesche Zahl zurückgeben. Es handelt sich hierbei um den Eingangspunkt, der von einem Knoten im Nachrichtenfluss bei der Verarbeitung einer Nachricht verwendet wird.
Korrelationsname | Rechenmodul | Filtermodul | Datenbankmodul |
---|---|---|---|
Database | × | × | × |
Environment | × | × | × |
Root | × | × | |
Body | × | × | |
Properties | × | × | |
ExceptionList | × | × | |
LocalEnvironment | × | × | |
InputRoot | × | ||
InputBody | × | ||
InputProperties | × | ||
InputExceptionList | × | ||
InputLocalEnvironment | × | ||
OutputRoot | × | ||
OutputExceptionList | × | ||
OutputLocalEnvironment | × | ||
DestinationList | Veraltetes Synonym für LocalEnvironment | ||
InputDestinationList | Veraltetes Synonym für InputLocalEnvironment | ||
OutputDestinationList | Veraltetes Synonym für OutputLocalEnvironment |