com.apama.connection
Event SetupHeartbeatResponder


This event creates an instance of the IAFStatusFaker service which is used so that a correlator can appear to be an IAF adapter from another correlator connected to it. This allows the monitoring of correlator to correlator connections.
Since:
CMF 1.1.0
Version:
10.3
See Also:
com.apama.connection.IAFStatusFaker - The service that this event creates instances of and which pretends to be an IAF.

Member summary
 stringoutputChannel

The output channel the IAF status faker should send to. This must match the channel of the engine connection linking this correlator to the other.
 integerfakeIAFPort

A fake IAF port used in faking out the adapter monitoring protocol.
 stringfakeConfigName

A fake IAF port used in faking out the adapter monitoring protocol.
 stringfakeCodecName

A fake IAF config name used in faking out the adapter monitoring protocol.
 stringfakeTransportName

A fake IAF codec name used in faking out the adapter monitoring protocol.
 stringfakeConnectionName

A fake IAF transport name used in faking out the adapter monitoring protocol.
 
Member detail

fakeCodecName

string fakeCodecName
A fake IAF config name used in faking out the adapter monitoring protocol.

fakeConfigName

string fakeConfigName
A fake IAF port used in faking out the adapter monitoring protocol.

fakeConnectionName

string fakeConnectionName
A fake IAF transport name used in faking out the adapter monitoring protocol.

fakeIAFPort

integer fakeIAFPort
A fake IAF port used in faking out the adapter monitoring protocol.

fakeTransportName

string fakeTransportName
A fake IAF codec name used in faking out the adapter monitoring protocol.

outputChannel

string outputChannel
The output channel the IAF status faker should send to. This must match the channel of the engine connection linking this correlator to the other.
See Also:
com.apama.adapter.bridge.ConfigBridge - The adapter bridging service that uses the IAFStatusFaker