Component context basic APIs

Skip to end of metadata
Go to start of metadata

Overview

Components interact with the infrastructure using the Component Context and the Component Context Properties. This objects are provided in the Interface that defines a component. This documents describes the Java bindings for this objects.

Executable Component Interface implemented by Meandre components

Initialize and dispose provide access to the Component Context Properties

Both call pass a ComponentContextProperties object. This objects allows to introspect any information related to the component definition. You may get information about the component input/output port names, properties, etc. The Java binding is presented below.

Component Context Properties

Execute extends the Component Context Properties

Execute receives and extended component context that adds run time functionality. Most of them are related to pulling data and pushing data through the component ports. The Java binding below provides a list of the extra methods added to the ComponentContextProperties listed above.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.