org.jdiameter.common.impl.app.rx
Class RxAbortSessionAnswerImpl

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.rx.RxAbortSessionAnswerImpl
All Implemented Interfaces:
java.io.Serializable, AppAnswerEvent, AppEvent, RxAbortSessionAnswer

public class RxAbortSessionAnswerImpl
extends AppAnswerEventImpl
implements RxAbortSessionAnswer

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

Field Summary
protected  org.slf4j.Logger logger
           
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Fields inherited from interface org.jdiameter.api.rx.events.RxAbortSessionAnswer
_LONG_NAME, _SHORT_NAME, code
 
Constructor Summary
RxAbortSessionAnswerImpl(Answer message)
           
RxAbortSessionAnswerImpl(Request message, 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
 

Field Detail

logger

protected org.slf4j.Logger logger
Constructor Detail

RxAbortSessionAnswerImpl

public RxAbortSessionAnswerImpl(Request message,
                                long resultCode)

RxAbortSessionAnswerImpl

public RxAbortSessionAnswerImpl(Answer message)


Copyright © 2014. All Rights Reserved.