|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.ccapi.SignallingParty
hp.opencall.media.ccapi.ISDNSignallingParty
An ISDN signalling party is an extention dedicated to the ISDN network (I.E ISUP). This class gives access both to Presentation Indicator and to Screening information
| Constructor Summary | |
ISDNSignallingParty(E164Address anAddress)
Instanciate an ISDN signalling party without a human readable party identification |
|
ISDNSignallingParty(E164Address anAddress,
String aDisplayName)
Instanciate an ISDN signalling party |
|
| Method Summary | |
int |
getDisplayNamePresentationIndicator()
Access the privacy level required for the Display Name presentation information. |
int |
getPresentationIndicator()
Access the privacy level required for the number presentation information. |
int |
getScreeningInformation()
Access the screening information indicating wheither the address was provided by the user or network. |
void |
setDisplayNamePresentationIndicator(int value)
set the privacy level required for the display Name presentation information. |
void |
setPresentationIndicator(int value)
set the privacy level required for the numbering presentation information. |
void |
setScreeningInformation(int value)
Set the screening information indicating wheither the address was provided by the user or network. |
String |
toString()
Display-name + the address |
| Methods inherited from class hp.opencall.media.ccapi.SignallingParty |
getAddress, getDisplayName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ISDNSignallingParty(E164Address anAddress)
anAddress - the signalling party Address
public ISDNSignallingParty(E164Address anAddress,
String aDisplayName)
anAddress - the signalling party AddressaDisplayName - the human readable party identification| Method Detail |
public int getPresentationIndicator()
PresentationIndicatorConstants interface
public void setPresentationIndicator(int value)
throws CCBadParamsException
value - Possible value are defined by the PresentationIndicatorConstants interface
CCBadParamsException - If the value is out of the
range defined by the PresentationIndicatorConstants interfacepublic int getDisplayNamePresentationIndicator()
PresentationIndicatorConstants interface
public void setDisplayNamePresentationIndicator(int value)
throws CCBadParamsException
value - Possible value are defined by the PresentationIndicatorConstants interface
CCBadParamsException - If the value is out of the
range defined by the PresentationIndicatorConstants interfacepublic int getScreeningInformation()
ScreeningIndicatorConstants
interface
public void setScreeningInformation(int value)
throws CCBadParamsException
value - Possible value are defined by the ScreeningIndicatorConstants interface
CCBadParamsException - If the value is out of the
range defined by the {public String toString()
toString in class SignallingParty
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||