com.cisco.jtapi.extensions
Interface CiscoMonitorTargetInfo


public interface CiscoMonitorTargetInfo

This interface provides information about the monitor target.


Method Summary
 CiscoAddress getAddress()
          Returns the monitor target address.
 int getMonitorTargetCallLegHandle()
          Returns the call leg handle at the monitor target.
 java.lang.String getTerminalName()
          Returns the terminal name of monitor target.
 

Method Detail

getAddress

CiscoAddress getAddress()
Returns the monitor target address.


getTerminalName

java.lang.String getTerminalName()
Returns the terminal name of monitor target.


getMonitorTargetCallLegHandle

int getMonitorTargetCallLegHandle()
Returns the call leg handle at the monitor target. JTAPI can get the call at the monitor target by using provider.getCall(int monitorTargetCallLegHandle). This method returns null if the monitor target call is not active in this provider.