com.cisco.jtapi.extensions
Interface CiscoObjectContainer

All Known Subinterfaces:
CiscoAddress, CiscoBaseMediaTerminal, CiscoCall, CiscoCallID, CiscoConnection, CiscoConnectionID, CiscoConsultCall, CiscoHuntConnection, CiscoIntercomAddress, CiscoJtapiPeer, CiscoMediaTerminal, CiscoProvider, CiscoRemoteTerminal, CiscoRouteTerminal, CiscoTerminal, CiscoTerminalConnection

public interface CiscoObjectContainer

Introduction

The ApplicationObject interface allows applications to associate an application-defined object to objects that implement this interface.


Method Summary
 java.lang.Object getObject()
          Gets the application-defined object.
 java.lang.Object setObject(java.lang.Object reference)
          Sets an application-defined object.
 

Method Detail

setObject

java.lang.Object setObject(java.lang.Object reference)
Sets an application-defined object.

Returns:
The CallManagerID property of this call

getObject

java.lang.Object getObject()
Gets the application-defined object.

Returns:
The CallID property of this call