ComponentInfo, CommunicationPointInfo and FilterInfo

ComponentInfo

This interface provides meta information about the component associated with the environment that this was retrieved from.

Method Description
int getId() Retrieves the unique identifier of this component instance.
String getName() Retrieves the name of this component instance.
Logger getLogger() Retrieves the logger for this component instance.
Logger getLogger(String name)

Retrieves a sub-logger for this component instance.

Parameters:

  • name - the logger name.

CommunicationPointInfo

The CommunicationPointInfo object is an interface that extends ComponentInfo to provide information about a communication point. An implementation of this interface is passed to the constructor of every communication point implementation.

This interface extends ComponentInfo and has no additional methods.

FilterInfo

The FilterInfo object is an interface that extends ComponentInfo to provide information about a filter. An implementation of this interface is passed to the constructor of every filter implementation.

Method Description
RouteInfo getRoute() Retrieves the information object for a route.

Save

Save