org.jdiameter.api.cca
Interface ServerCCASession

All Superinterfaces:
AppSession, java.io.Serializable, StateMachine

public interface ServerCCASession
extends AppSession, StateMachine

ServerCCASession.java
Super project: mobicents
3:49:10 PM Dec 2, 2008

Author:
Bartosz Baranowski , Alexandre Mendonca , Erick Svenson

Method Summary
 void sendCreditControlAnswer(JCreditControlAnswer answer)
           
 void sendReAuthRequest(ReAuthRequest request)
           
 
Methods inherited from interface org.jdiameter.api.app.AppSession
getCreationTime, getLastAccessedTime, getSessionAppId, getSessions, isStateless, isValid, release
 
Methods inherited from interface org.jdiameter.api.app.StateMachine
addStateChangeNotification, getState, handleEvent, removeStateChangeNotification
 

Method Detail

sendCreditControlAnswer

void sendCreditControlAnswer(JCreditControlAnswer answer)
                             throws InternalException,
                                    IllegalDiameterStateException,
                                    RouteException,
                                    OverloadException
Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException

sendReAuthRequest

void sendReAuthRequest(ReAuthRequest request)
                       throws InternalException,
                              IllegalDiameterStateException,
                              RouteException,
                              OverloadException
Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException


Copyright © 2010. All Rights Reserved.