com.cisco.jtapi.extensions
Interface CiscoConnectionID

All Superinterfaces:
CiscoObjectContainer

public interface CiscoConnectionID
extends CiscoObjectContainer

Introduction

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


Method Summary
 CiscoConnection getConnection()
          Returns the CiscoConnection for the CiscoConnectionID.
 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

getConnection

CiscoConnection getConnection()
Returns the CiscoConnection for the CiscoConnectionID.