All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.ipop.CAD

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----ninja.ispace.iSpaceService
                   |
                   +----iceberg.ipop.CAD

public class CAD
extends iSpaceService
implements iPOPIF
CAD (Call Agent Dispatcher) dispatches call agents for communication devices to effect call setup and control.

See Also:
iPOPIF, CallAgent

Variable Index

 o _callAgents
 o _log

Constructor Index

 o CAD()

Method Index

 o destroy()
 o dispatch()
Method to dispatch call agents.
 o init(iSpaceServiceConfig)
 o terminateAllCallAgents()
 o test()

Variables

 o _log
 public static Log _log
 o _callAgents
 public Vector _callAgents

Constructors

 o CAD
 public CAD() throws RemoteException

Methods

 o init
 protected void init(iSpaceServiceConfig config)
Overrides:
init in class iSpaceService
 o destroy
 protected void destroy()
Overrides:
destroy in class iSpaceService
 o dispatch
 public CallAgentIF dispatch() throws RemoteException
Method to dispatch call agents.

 o test
 public void test() throws RemoteException
 o terminateAllCallAgents
 public void terminateAllCallAgents() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index