FTServer


Abstract

Interface of the FT server

Methods

-config
This configuration is hand-off by the FTBootstrap instance and read from a ftconfig.xml file.
-serviceManager
-sessionManager

config


This configuration is hand-off by the FTBootstrap instance and read from a ftconfig.xml file.

- (FTConfig *) config 
method result
the configuration for this server

serviceManager


- (id <FTServiceManager>) serviceManager;
method result
instance managing the services

sessionManager


- (id <FTSessionManager>) sessionManager;
method result
reference to the session manager

(Last Updated August 27, 2006)