All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.ipop.iPOPIF

public interface iPOPIF
extends Remote
iPOPIF is the interface exported by the CAD (Call Agent Dispatcher) for remote clients to obtain a call agent for call setup and control.

See Also:
CallAgentIF

Method Index

 o dispatch()
dispatch() is used to dispatch a call agent to service a device such as a cell phone or a service endpoint such as the Ninja Jukebox service, for call setup and control.
 o terminateAllCallAgents()
 o test()

Methods

 o dispatch
 public abstract CallAgentIF dispatch() throws RemoteException
dispatch() is used to dispatch a call agent to service a device such as a cell phone or a service endpoint such as the Ninja Jukebox service, for call setup and control.

Returns:
s a call agent remote object (CallAgentIF)
See Also:
CallAgentIF
 o test
 public abstract void test() throws RemoteException
 o terminateAllCallAgents
 public abstract void terminateAllCallAgents() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index