org.jdiameter.common.impl.app.sh
Class PushNotificationAnswerImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppAnswerEventImpl
          extended by org.jdiameter.common.impl.app.sh.PushNotificationAnswerImpl
All Implemented Interfaces:
java.io.Serializable, AppAnswerEvent, AppEvent, PushNotificationAnswer

public class PushNotificationAnswerImpl
extends AppAnswerEventImpl
implements PushNotificationAnswer

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

Field Summary
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Fields inherited from interface org.jdiameter.api.sh.events.PushNotificationAnswer
_LONG_NAME, _SHORT_NAME, code
 
Constructor Summary
PushNotificationAnswerImpl(Answer answer)
           
PushNotificationAnswerImpl(Request request)
           
PushNotificationAnswerImpl(Request request, long resultCode)
           
PushNotificationAnswerImpl(Request request, long vendorId, long resultCode)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.common.impl.app.AppAnswerEventImpl
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.AppAnswerEvent
getResultCodeAvp
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Constructor Detail

PushNotificationAnswerImpl

public PushNotificationAnswerImpl(Answer answer)
Parameters:
answer -

PushNotificationAnswerImpl

public PushNotificationAnswerImpl(Request request,
                                  long vendorId,
                                  long resultCode)
Parameters:
request -
vendorId -
resultCode -

PushNotificationAnswerImpl

public PushNotificationAnswerImpl(Request request,
                                  long resultCode)
Parameters:
request -
resultCode -

PushNotificationAnswerImpl

public PushNotificationAnswerImpl(Request request)
Parameters:
request -


Copyright © 2014. All Rights Reserved.