MultiTEL
The base classes that conform MultiTEL middleware framework are:

       Component        Models a MultiTEL component. The IDL of a MultiTEL component is
                                    a set of signatures together with the list of events that this component
                                    may throw to the environment. This class encapsulates the event() method
                                    that propagates events throught the USP.

       Connector       The specification of a connector includes the definition of a list of input events
                                    and a state transition diagram, which describes a coordination pattern. Connector
                                    class handles the events with the catchEvent() method that trigger its state
                                    transition diagram.               State           The implementation of the connector class follows the State design pattern.
                                         The methods of this class represents the events that can be managed by the
                                     connector under its current state.        LocalUSP          The USP class is an Applet calss that performs the set up and the run-time
                                     linking of an application. The USP class contains information about the
                                     architecture of the application (SA), that is, how components have to be
                                     plugged into connectors.
Download section

   You need to install  Java v 1.3 or an upgraded version

           MultiTEL v2.4   Contains all MultiTEL classes, needed to run the kernel
                                                                          and the MultiTEL applications. The MultiTEL jar files contains the
                                                                          .class of base and service classes

           MultiTEL for developers v2.4  Contains all MultiTEL classes, needed to run the
                                                                          kernel and the MultiTEL applications. In additon, this file includes
                                                                          the Java interface files, needed to develop new multimedia devices
                                                                          classes, that can be plugged into MultiTEL applications at runtime


Services


Documentation

 How to install MultiTEL and how to register/organize services(Documentation Word 7.0)