class FinderTransportServerFactory

Base class for FinderTransport server factories. More...

Definition#include <finder-transport.hh>
Inherited byFinderTcpServerFactory
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Methods

Protected Members


Detailed Description

Base class for FinderTransport server factories.

typedef XorpCallback1<void, FinderTransport::RefPtr&>::RefPtr ConnectCallback

ConnectCallback

Callback object type. Callback takes a pointer to the newly created FinderTransport object as an argument.

 FinderTransportServerFactory (const ConnectCallback& cb)

FinderTransportServerFactory

Constructor

Parameters:
cbcallback to be invoked when a new FinderTransport object is instantiated by the factory. The instantiation callback MUST add arrival, departure, and failure callbacks to the FinderTransport object passed.

 ~FinderTransportServerFactory ()

~FinderTransportServerFactory

[virtual]

Destructor

ConnectCallback _connect_cb

_connect_cb

[protected]

inline void  announce_connect (FinderTransport::RefPtr& ftr)

announce_connect

[protected]

Called by derived classed when a FinderTransport is created.


Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:42 2002, using kdoc 2.0a54+XORP.