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
-
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.
-
terminateAllCallAgents()
-
-
test()
-
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
test
public abstract void test() throws RemoteException
terminateAllCallAgents
public abstract void terminateAllCallAgents() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index