Packages

class JmsMessage extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asJmsTextMessageF[F[_]](implicit a: ApplicativeError[F, Throwable]): F[JmsTextMessage]
  6. def asTextF[F[_]](implicit a: ApplicativeError[F, Throwable]): F[String]
  7. def attemptAsJmsTextMessage: Try[JmsTextMessage]
  8. def attemptAsText: Try[String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getBooleanProperty(name: String): Try[Boolean]
  13. def getByteProperty(name: String): Try[Byte]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getDoubleProperty(name: String): Try[Double]
  16. def getFloatProperty(name: String): Try[Float]
  17. def getIntProperty(name: String): Try[Int]
  18. val getJMSCorrelationId: Try[String]
  19. val getJMSCorrelationIdAsBytes: Try[Array[Byte]]
  20. val getJMSDeliveryMode: Try[Int]
  21. val getJMSDeliveryTime: Try[Long]
  22. val getJMSDestination: Try[Destination]
  23. val getJMSExpiration: Try[Long]
  24. val getJMSMessageId: Try[String]
  25. val getJMSPriority: Try[Int]
  26. val getJMSRedelivered: Try[Boolean]
  27. val getJMSReplyTo: Try[Destination]
  28. val getJMSTimestamp: Try[Long]
  29. val getJMSType: Try[String]
  30. def getLongProperty(name: String): Try[Long]
  31. def getShortProperty(name: String): Try[Short]
  32. def getStringProperty(name: String): Try[String]
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def setBooleanProperty(name: String, value: Boolean): Try[Unit]
  39. def setByteProperty(name: String, value: Byte): Try[Unit]
  40. def setDoubleProperty(name: String, value: Double): Try[Unit]
  41. def setFloatProperty(name: String, value: Float): Try[Unit]
  42. def setIntProperty(name: String, value: Int): Try[Unit]
  43. def setJMSCorrelationIDAsBytes(correlationId: Array[Byte]): Try[Unit]
  44. def setJMSCorrelationId(correlationId: String): Try[Unit]
  45. def setJMSReplyTo(destination: JmsDestination): Try[Unit]
  46. def setJMSType(type: String): Try[Unit]
  47. def setLongProperty(name: String, value: Long): Try[Unit]
  48. def setShortProperty(name: String, value: Short): Try[Unit]
  49. def setStringProperty(name: String, value: String): Try[Unit]
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped