|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
[Class/Interface Description]
[i.e. The Call
is a holder for the methods to handle any kind of
calls from java. The call type can be Interconnect, Private or Group call.]
PhoneReceiveAPI_SRS.doc-->/vob/iden_doc/java/Requirements/PhoneReceive/
PhoneReceiveAPI_SDS.doc-->/vob/iden_doc/java/Design/
Receiving_Ending_Phone_Calls_SDS.doc-->/vob/iden_doc/synergy_ergo/Design/
Java_Call_SRS.doc-->/vob/iden_doc/java/Requirements/Gemini/Java_Call_SRS.doc
MOTOROLA and the Stylized M Logo are registered trademarks of
Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2003-2004 Motorola, Inc. All Rights Reserved.
Field Summary | |
static java.lang.String |
PHRX_NO_CALLER_ID_1
The Call.PHRX_NO_CALLER_ID_1 indicates the first call without callerid info. |
static java.lang.String |
PHRX_NO_CALLER_ID_2
The Call.PHRX_NO_CALLER_ID_2 indicates the second call without callerid info. |
Method Summary | |
void |
enableSpkrPhone(boolean state)
The method turns the SpeakerPhone on/off based on the parameter passed. |
java.lang.String |
getCallNumber()
Returns an incoming number based on the call type it is registered to. |
int |
getCallState()
Returns an integer value based on the incoming call type. |
int |
getCallType()
Returns an integer value based on the incoming call type. |
Field Detail |
public static final java.lang.String PHRX_NO_CALLER_ID_1
It is used to identify if the received call has callerid or not.
public static final java.lang.String PHRX_NO_CALLER_ID_2
It is used to identify if the received call has callerid or not.
Method Detail |
public java.lang.String getCallNumber()
The state of a Call must not be in WAIT or CALL_ENDED state when calling this method.
public int getCallType()
-1 - NO_CALL 1 - PHONE_CALL 2 - DISPATCH_CALL
public int getCallState()
The different states of a call are difined in CallHandler class.
public void enableSpkrPhone(boolean state)
If true is passed, the SpeakerPhone will be turned on. If false is passed, the SpeakerPhone will be turned off.
java.lang.IllegalStateException
- - If the call is not in a connected state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |