Class Abort

  • All Implemented Interfaces:
    com.opencloud.util.FastSerializable, java.io.Serializable

    public class Abort
    extends java.lang.Object
    implements com.opencloud.util.FastSerializable, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Abort​(com.opencloud.slee.resources.cgin.DialogProviderAbortEvent providerAbortEvent)  
      Abort​(com.opencloud.slee.resources.cgin.DialogUserAbortEvent userAbortEvent)  
      Abort​(java.io.DataInput in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.opencloud.slee.resources.cgin.ProviderAbortReason getAbortReason()  
      com.opencloud.sentinel.common.Abort.Type getAbortType()  
      java.lang.String getDialogId()  
      java.lang.String getName()  
      com.opencloud.slee.resources.cgin.PAbortCause getPeerAbortCause()  
      void toStream​(java.io.DataOutput out)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Abort

        public Abort​(com.opencloud.slee.resources.cgin.DialogProviderAbortEvent providerAbortEvent)
      • Abort

        public Abort​(com.opencloud.slee.resources.cgin.DialogUserAbortEvent userAbortEvent)
      • Abort

        public Abort​(java.io.DataInput in)
              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toStream

        public void toStream​(java.io.DataOutput out)
                      throws java.io.IOException
        Specified by:
        toStream in interface com.opencloud.util.FastSerializable
        Throws:
        java.io.IOException
      • getAbortType

        public com.opencloud.sentinel.common.Abort.Type getAbortType()
      • getName

        public java.lang.String getName()
      • getDialogId

        public java.lang.String getDialogId()
      • getPeerAbortCause

        public com.opencloud.slee.resources.cgin.PAbortCause getPeerAbortCause()
      • getAbortReason

        public com.opencloud.slee.resources.cgin.ProviderAbortReason getAbortReason()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object