org.mobicents.csapi.jr.slee.cc.mmccs
Interface IpMultiMediaCallConnection

All Superinterfaces:
IpMultiPartyCallConnection, IpServiceConnection
All Known Subinterfaces:
IpConfCallConnection, IpSubConfCallConnection

public interface IpMultiMediaCallConnection
extends IpMultiPartyCallConnection

This interface shall be implemented by a Multi Media Call Control SCF. Implementation of the superviseVolumeReq() method is optional. The minimum required methods from IpMultiPartyCall are required.


Method Summary
 void superviseVolumeReq(TpCallSuperviseVolume volume, int treatment)
          The application calls this method to supervise a call.
 
Methods inherited from interface org.mobicents.csapi.jr.slee.cc.mpccs.IpMultiPartyCallConnection
createAndRouteCallLegReq, createCallLeg, deassignCall, getCallLegs, getInfoReq, getIpCallLegConnection, release, setAdviceOfCharge, setChargePlan, superviseReq
 
Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection
closeConnection
 

Method Detail

superviseVolumeReq

void superviseVolumeReq(TpCallSuperviseVolume volume,
                        int treatment)
                        throws TpCommonExceptions,
                               javax.slee.resource.ResourceException
The application calls this method to supervise a call. The application can set a granted data volume this call.

Parameters:
volume - Specifies the granted time in milliseconds for the connection.
treatment - Specifies how the network should react after the granted volume expired.
Throws:
TpCommonExceptions
javax.slee.resource.ResourceException


Copyright © 2008. All Rights Reserved.