This document describes IceFIX version 1.0.1.


IceFIX::Bridge

Overview

interface Bridge

Used by clients to register with the bridge.

Operation Index

getAdmin — Retrieve the bridge administrative object.
connect — Connect a client with the given id.

Operations

IceFIX::BridgeAdmin* getAdmin()

Retrieve the bridge administrative object.

Return Value

A proxy to the bridge administrative object.

IceFIX::Executor* connect(string id, IceFIX::Reporter* cb) throws IceFIX::RegistrationException

Connect a client with the given id.

Parameters

id — The client id.
cb — The callback the client uses for receiving incoming messages from the acceptor.

Return Value

The executor on which the client should call.

Exceptions

IceFIX::RegistrationException — if the client cannot connect.


  • No labels