|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cisco.jtapi.extensions.CiscoAddressCallInfo
public class CiscoAddressCallInfo
The CiscoAddressCallInfo
gives the call information on the address.
Applications should not instantiate CiscoAddressCallInfo objects but use the return
value of CiscoAddress.getCiscoAddressCallInfo().
Constructor Summary | |
---|---|
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold)
|
|
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold,
CiscoCall[] icalls)
|
|
CiscoAddressCallInfo(int inumActiveCalls,
int imaxActiveCalls,
int inumCallsOnHold,
int imaxCallsOnHold,
CiscoCall[] icalls,
int inumParkedCalls)
|
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. |
int |
getNumParkedCalls()
Returns the number of parked 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 |
---|
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold, CiscoCall[] icalls, int inumParkedCalls)
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold, CiscoCall[] icalls)
public CiscoAddressCallInfo(int inumActiveCalls, int imaxActiveCalls, int inumCallsOnHold, int imaxCallsOnHold)
Method Detail |
---|
public int getMaxActiveCalls()
public int getMaxCallsOnHold()
public int getNumActiveCalls()
public int getNumCallsOnHold()
public CiscoCall[] getCalls()
public int getNumParkedCalls()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |