org.jdiameter.common.impl.app
Class AppAnswerEventImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppAnswerEventImpl
All Implemented Interfaces:
java.io.Serializable, AppAnswerEvent, AppEvent
Direct Known Subclasses:
AbortSessionAnswerImpl, AccountAnswerImpl, GxCreditControlAnswerImpl, GxReAuthAnswerImpl, JAuthenticationInformationAnswerImpl, JCancelLocationAnswerImpl, JCreditControlAnswerImpl, JDeleteSubscriberDataAnswerImpl, JInsertSubscriberDataAnswerImpl, JLocationInfoAnswerImpl, JMultimediaAuthAnswerImpl, JNotifyAnswerImpl, JPurgeUEAnswerImpl, JPushProfileAnswerImpl, JRegistrationTerminationAnswerImpl, JResetAnswerImpl, JServerAssignmentAnswerImpl, JUpdateLocationAnswerImpl, JUserAuthorizationAnswerImpl, ProfileUpdateAnswerImpl, PushNotificationAnswerImpl, ReAuthAnswerImpl, RfAccountingAnswerImpl, RoCreditControlAnswerImpl, RxAAAnswerImpl, RxAbortSessionAnswerImpl, RxReAuthAnswerImpl, RxSessionTermAnswerImpl, SessionTermAnswerImpl, SubscribeNotificationsAnswerImpl, UserDataAnswerImpl

public class AppAnswerEventImpl
extends AppEventImpl
implements AppAnswerEvent

Author:
Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Constructor Summary
AppAnswerEventImpl(Answer answer)
           
AppAnswerEventImpl(Request request)
           
AppAnswerEventImpl(Request request, long resultCode)
           
AppAnswerEventImpl(Request request, long vendorId, long resultCode)
           
 
Method Summary
 Avp getResultCodeAvp()
           
 
Methods inherited from class org.jdiameter.common.impl.app.AppEventImpl
equals, getCommandCode, getMessage, getOriginHost, getOriginRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Constructor Detail

AppAnswerEventImpl

public AppAnswerEventImpl(Request request,
                          long resultCode)

AppAnswerEventImpl

public AppAnswerEventImpl(Request request,
                          long vendorId,
                          long resultCode)

AppAnswerEventImpl

public AppAnswerEventImpl(Request request)

AppAnswerEventImpl

public AppAnswerEventImpl(Answer answer)
Method Detail

getResultCodeAvp

public Avp getResultCodeAvp()
                     throws AvpDataException
Specified by:
getResultCodeAvp in interface AppAnswerEvent
Throws:
AvpDataException


Copyright © 2014. All Rights Reserved.