org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.activity.call
Interface Call

All Superinterfaces:
org.csapi.cc.gccs.IpAppCallOperations, org.mobicents.csapi.jr.slee.cc.gccs.IpCallConnection, org.csapi.IpInterfaceOperations, org.mobicents.csapi.jr.slee.IpServiceConnection
All Known Implementing Classes:
CallImpl

public interface Call
extends org.mobicents.csapi.jr.slee.cc.gccs.IpCallConnection, org.csapi.cc.gccs.IpAppCallOperations


Method Summary
 void dispose()
          Destroys or deallocates all resources used by this call.
 javax.slee.resource.ActivityHandle getActivityHandle()
           
 org.csapi.cc.gccs.TpCallIdentifier getParlayTpCallIdentifier()
           
 org.mobicents.csapi.jr.slee.cc.gccs.TpCallIdentifier getTpCallIdentifier()
           
 void init()
          Initialises the internal resources for this call.
 
Methods inherited from interface org.mobicents.csapi.jr.slee.cc.gccs.IpCallConnection
continueProcessing, deassignCall, getCallInfoReq, getMoreDialledDigitsReq, release, routeReq, setAdviceOfCharge, setCallChargePlan, superviseCallReq
 
Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection
closeConnection
 
Methods inherited from interface org.csapi.cc.gccs.IpAppCallOperations
callEnded, callFaultDetected, getCallInfoErr, getCallInfoRes, getMoreDialledDigitsErr, getMoreDialledDigitsRes, routeErr, routeRes, superviseCallErr, superviseCallRes
 

Method Detail

init

void init()
Initialises the internal resources for this call.


dispose

void dispose()
Destroys or deallocates all resources used by this call.


getParlayTpCallIdentifier

org.csapi.cc.gccs.TpCallIdentifier getParlayTpCallIdentifier()
Returns:

getTpCallIdentifier

org.mobicents.csapi.jr.slee.cc.gccs.TpCallIdentifier getTpCallIdentifier()
Returns:

getActivityHandle

javax.slee.resource.ActivityHandle getActivityHandle()
Returns:


Copyright © 2009. All Rights Reserved.