com.cisco.jtapi.extensions
Interface CiscoCallID

All Superinterfaces:
CiscoObjectContainer

public interface CiscoCallID
extends CiscoObjectContainer

Introduction

The CiscoCallID object represents a unique object that is associated with each call. Applications may use the object itself or the integer representation of the object that the intValue() method returns.


Method Summary
 CiscoCall getCall()
          Returns the CiscoCall corresponding to this CiscoCallID
 int getCallManagerID()
          Returns the Cisco Unified Communications Manager's NodeID of the call associated with this CiscoCallID.
 int getGlobalCallID()
          Returns the GlobalCallID of the call associated with this CiscoCallID.
 int intValue()
          Returns an integer representation of this object.
 
Methods inherited from interface com.cisco.jtapi.extensions.CiscoObjectContainer
getObject, setObject
 

Method Detail

intValue

int intValue()
Returns an integer representation of this object.

Returns:
int An integer representation of this object

getCall

CiscoCall getCall()
Returns the CiscoCall corresponding to this CiscoCallID


getCallManagerID

int getCallManagerID()
Returns the Cisco Unified Communications Manager's NodeID of the call associated with this CiscoCallID.


getGlobalCallID

int getGlobalCallID()
Returns the GlobalCallID of the call associated with this CiscoCallID.