|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MobileAddress
A MobileAddress interface represents what we commonly think of as a "telephone
number." In the mobile world, the telephone number depends of the
subscription and so often of the SIM card.
MobileProviderListener).
Address,
MobileProvider| Method Summary | |
|---|---|
boolean |
getCallWaiting()
Returns the state of call 'knocking' feature. |
java.lang.String |
getSubscriptionId()
Returns the Subscription Identification String associated with this address. |
void |
setCallWaiting(boolean state)
Sets the state of call 'knocking' feature. |
| Methods inherited from interface javax.telephony.Address |
|---|
addAddressListener, addCallListener, addCallObserver, addObserver, getAddressCapabilities, getAddressListeners, getCallListeners, getCallObservers, getCapabilities, getConnections, getName, getObservers, getProvider, getTerminals, removeAddressListener, removeCallListener, removeCallObserver, removeObserver |
| Method Detail |
|---|
boolean getCallWaiting()
throws MethodNotSupportedException
In the mobile world the user can turn call waiting indication on and off, as a do not disturb. getCallWaiting does an inquiry to the network to get the setting on or off.
MethodNotSupportedException - Indicates this
method is not supported by the implementation.
void setCallWaiting(boolean state)
throws MethodNotSupportedException
state - true, if call waiting is enabled.
MethodNotSupportedException - Indicates this
method is not supported by the implementation.java.lang.String getSubscriptionId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||