org.jdiameter.api.cca
Interface ClientCCASession

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

public interface ClientCCASession
extends AppSession, StateMachine

ClientCCASession.java
Super project: mobicents
3:47:35 PM Dec 2, 2008

Author:
Bartosz Baranowski , Alexandre Mendonca , Erick Svenson

Method Summary
 void sendCreditControlRequest(JCreditControlRequest request)
           
 void sendReAuthAnswer(ReAuthAnswer answer)
           
 
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

sendCreditControlRequest

void sendCreditControlRequest(JCreditControlRequest request)
                              throws InternalException,
                                     IllegalDiameterStateException,
                                     RouteException,
                                     OverloadException
Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException

sendReAuthAnswer

void sendReAuthAnswer(ReAuthAnswer answer)
                      throws InternalException,
                             IllegalDiameterStateException,
                             RouteException,
                             OverloadException
Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException


Copyright © 2010. All Rights Reserved.