|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallNotification
When a call events occur in the network, the application may be notified of these events.
The application does not have the ability to influence the call, as call processing continues.
Notifications are provided for call attempt, busy, not reachable and no answer events.
Method Summary | |
---|---|
void |
notifyBusy(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A busy notification informs the application that a call between two parties was attempted, but the called party was busy. |
void |
notifyCalledNumber(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A called number notification informs the application that a call between two parties is being attempted. |
void |
notifyNoAnswer(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer. |
void |
notifyNotReachable(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable. |
Method Detail |
---|
void notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
A busy notification informs the application that a call between two parties was attempted, but the called party was busy.
None.
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party is busy
java.rmi.RemoteException
PolicyException
ServiceException
void notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable.
None.
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party is not reachable
java.rmi.RemoteException
PolicyException
ServiceException
void notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer.
None.
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party did not answer
java.rmi.RemoteException
PolicyException
ServiceException
void notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
A called number notification informs the application that a call between two parties is being attempted.
None.
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party
java.rmi.RemoteException
PolicyException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |