com.cisco.jtapi.extensions
Interface CiscoMonitorInitiatorInfo


public interface CiscoMonitorInitiatorInfo

This interface defines provides information about the monitor initiator.


Method Summary
 CiscoAddress getAddress()
          Returns the monitor initiator address.
 int getMonitorInitiatorCallLegHandle()
          Returns the call leg hanlde at the monitor initiator.
 java.lang.String getTerminalName()
          Returns the terminal name of the monitor initiator.
 

Method Detail

getAddress

CiscoAddress getAddress()
Returns the monitor initiator address.


getTerminalName

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


getMonitorInitiatorCallLegHandle

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