com.cisco.jtapi.extensions
Class CiscoAddressCallInfo

java.lang.Object
  extended by com.cisco.jtapi.extensions.CiscoAddressCallInfo

public class CiscoAddressCallInfo
extends java.lang.Object


Constructor Summary
CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold)
           
CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold, CiscoCall[] icalls)
           
 
Method Summary
 CiscoCall[] getCalls()
          Returns the Array of CiscoCalls on the CiscoAddress.
 int getMaxActiveCalls()
          Returns the maximum number of active calls supported on the CiscoAddress, as an integer.
 int getMaxCallsOnHold()
          Returns the maximum number of calls that can be put on hold on the CiscoAddress, as an integer.
 int getNumActiveCalls()
          Returns the number of active calls on the CiscoAddress, as an integer.
 int getNumCallsOnHold()
          Returns the number of held calls on the CiscoAddress, as an integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiscoAddressCallInfo

public CiscoAddressCallInfo(int inumActiveCalls,
                            int imaxActiveCalls,
                            int inumCallsOnHold,
                            int imaxCallsOnHold,
                            CiscoCall[] icalls)

CiscoAddressCallInfo

public CiscoAddressCallInfo(int inumActiveCalls,
                            int imaxActiveCalls,
                            int inumCallsOnHold,
                            int imaxCallsOnHold)
Method Detail

getMaxActiveCalls

public int getMaxActiveCalls()
Returns the maximum number of active calls supported on the CiscoAddress, as an integer.


getMaxCallsOnHold

public int getMaxCallsOnHold()
Returns the maximum number of calls that can be put on hold on the CiscoAddress, as an integer.


getNumActiveCalls

public int getNumActiveCalls()
Returns the number of active calls on the CiscoAddress, as an integer.


getNumCallsOnHold

public int getNumCallsOnHold()
Returns the number of held calls on the CiscoAddress, as an integer.


getCalls

public CiscoCall[] getCalls()
Returns the Array of CiscoCalls on the CiscoAddress.