com.cisco.jtapi.extensions
Interface CiscoRemoteDestinationInfo


public interface CiscoRemoteDestinationInfo

Introduction

The CiscoRemoteDestinationInfo interface contains the information of a remote destination on a CTI Remote Device. Applications can get a list of all associated remote destinations from the return array of CiscoRemoteTerminal.getAllRemoteDestinations().


Method Summary
 boolean getIsActiveRD()
          Returns whether the remote destination is an active remote destination or not.
 java.lang.String getRemoteDestinationName()
          Returns the remote destination name.
 java.lang.String getRemoteDestinationNumber()
          Returns the remote destination number.
 

Method Detail

getRemoteDestinationName

java.lang.String getRemoteDestinationName()
Returns the remote destination name.

Returns:
String
Since:
9.0.1

getRemoteDestinationNumber

java.lang.String getRemoteDestinationNumber()
Returns the remote destination number.

Returns:
String
Since:
9.0.1

getIsActiveRD

boolean getIsActiveRD()
Returns whether the remote destination is an active remote destination or not.

Returns:
boolean
Since:
9.0.1