Oracle Server E10293-02 ユーザーズマニュアル

ページ / 108
Diameter Application Example
A-22
Oracle Communication and Mobility Server Developer’s Guide
Figure A–11
ACA Reception
15.
Send the created Accounting-Answer myACA to the client side.
16.
Process the incoming Accounting-Answer (ACA) message contained in the 
received event by using the method: accountingAnswerReceived(event).
Cleaning
In the last step, a global cleaning of all created routes, providers and listening points is 
done.
Figure A–12
Cleaning Up of Routes, Providers, and Listening Points
17.
Cleaning:
Delete all the created listening points by using the method: 
myStack.deleteDiameterListeningPoint(listeningPoint)
Delete the created provider by using 
myStack.deleteDiameterRfProvider(myRfProvider).
Delete all the created routes by using myStack.deleteDiameterRoute(route).