com.apama.statusreport
Event ConfigureClientSideBridge


This event, when sent into the correlator, will setup a client side status report interface bridge, allowing the correlator to access the status information of an adapter running on another correlator.
Since:
CMF 1.1.0
Version:
10.0
See Also:
com.apama.statusreport.ClientBridge - The service this event creates an instance of

Member Summary
 stringinstanceName

An instance name identifying an instance of the client side bridge.
 stringclientService

This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
 stringserverService

This has to match the details in the ConfigureServerSideBridge event. It is the service id that the server component will uses to subscribe to the data.
 stringadapterName

The client side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringtransport

The client side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringemitChannel

The client side adapter monitors the connection to the other correlator.
 
Member Detail

adapterName

string adapterName
The client side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator
com.apama.connection.IAFStatusFaker - The IAFConnectionMonitor can only monitor the connection to the other correlator because it uses this service to pretend to be an adapter

clientService

string clientService
This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
See Also:
com.apama.statusreport.ConfigureServerSideBridge#clientService - This field must match the one in the server event

emitChannel

string emitChannel
The client side adapter monitors the connection to the other correlator.

This channel has to be that which the client correlator is listening to on the server correlator. It also has to match the value in the IAFConnectionMonitor used to monitor the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator

instanceName

string instanceName
An instance name identifying an instance of the client side bridge.

serverService

string serverService
This has to match the details in the ConfigureServerSideBridge event. It is the service id that the server component will uses to subscribe to the data.
See Also:
com.apama.statusreport.ConfigureServerSideBridge#serverService - This field must match the one in the server event

transport

string transport
The client side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator