com.ibm.diameter.ro.notify
Interface DiameterRoNotifyService_SEI

All Superinterfaces:
java.rmi.Remote

public interface DiameterRoNotifyService_SEI
extends java.rmi.Remote

Service Endpoint Interface for the Ro Notify Web Service.


Method Summary
 void notifyCCReAuth(RoReAuthInfo roReAuthInfo)
          This request is used by the server to inform the CTF (Charging Trigger Function) that something has changed at the OCS (Online Charging System).
 void notifySubscribeExpired(java.lang.String sessionId, java.lang.String destinationRealm)
          This request is used by the server to inform the CTF (Charging Trigger Function) that a subscription has expired.
 

Method Detail

notifyCCReAuth

void notifyCCReAuth(RoReAuthInfo roReAuthInfo)
                    throws java.rmi.RemoteException
This request is used by the server to inform the CTF (Charging Trigger Function) that something has changed at the OCS (Online Charging System). The CTF should Re-Authenticate with the OCF (Online Charging Function) prior to continuing to provide the service.

Parameters:
roReAuthInfo - A representation of the RAR Diameter Packet.
Throws:
java.rmi.RemoteException

notifySubscribeExpired

void notifySubscribeExpired(java.lang.String sessionId,
                            java.lang.String destinationRealm)
                            throws java.rmi.RemoteException
This request is used by the server to inform the CTF (Charging Trigger Function) that a subscription has expired.

Parameters:
sessionId - The sessionId of the original subscription.
destinationRealm - The destinationRealm of the original Subscription.
Throws:
java.rmi.RemoteException


Copyright © 2006 IBM Corp. All Rights Reserved.