com.apama.oms
Event ConfigureServerSideBridge


This event, when sent into the correlator, will setup a server side order management bridge. That bridge forwards order updates from an adapter to a client correlator, the one that submitted the order.
Since:
CMF 1.1.0
Version:
10.5
See Also:
com.apama.oms.ServerBridge - The bridge service that this event creates instances of.

Member summary
 stringinstanceName

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

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

This has to match the details in the ConfigureClientSideBridge event. It is the service Id the server will use 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 ConfigureClientSideBridge event. It is the service Id the client will use to access the data.
See Also:
com.apama.oms.ConfigureClientSideBridge#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 ConfigureClientSideBridge event. It is the service Id the server will use to subscribe to the data.
See Also:
com.apama.oms.ConfigureClientSideBridge#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