org.jdiameter.common.api.app.acc
Interface IClientAccActionContext


public interface IClientAccActionContext

Additional listener Actions for FSM


Method Summary
 void disconnectUserOrDev(org.jdiameter.api.Request sessionTermRequest)
          Filling nested avp into STR
 boolean failedSendRecord(org.jdiameter.api.Request accRequest)
          Call back for failed_send_record event
 void interimIntervalElapses(org.jdiameter.api.Request interimRequest)
          Filling nested avp into interim message
 

Method Detail

interimIntervalElapses

void interimIntervalElapses(org.jdiameter.api.Request interimRequest)
                            throws org.jdiameter.api.InternalException
Filling nested avp into interim message

Parameters:
interimRequest - instance of interim message which will be sent to server
Throws:
org.jdiameter.api.InternalException

failedSendRecord

boolean failedSendRecord(org.jdiameter.api.Request accRequest)
                         throws org.jdiameter.api.InternalException
Call back for failed_send_record event

Parameters:
accRequest - accounting request record
Returns:
true if you want put message to buffer and false if you want to stop processing
Throws:
org.jdiameter.api.InternalException

disconnectUserOrDev

void disconnectUserOrDev(org.jdiameter.api.Request sessionTermRequest)
                         throws org.jdiameter.api.InternalException
Filling nested avp into STR

Parameters:
sessionTermRequest - instance of STR which will be sent to server
Throws:
org.jdiameter.api.InternalException


Copyright © 2008. All Rights Reserved.