Klasse JMSMessage

java.lang.Object
de.caluga.morphium.messaging.Msg
de.caluga.morphium.messaging.jms.JMSMessage
Alle implementierten Schnittstellen:
javax.jms.Message
Bekannte direkte Unterklassen:
JMSBytesMessage, JMSMapMessage, JMSObjectMessage, JMSTextMessage

public class JMSMessage extends Msg implements javax.jms.Message
  • Konstruktordetails

    • JMSMessage

      public JMSMessage()
  • Methodendetails

    • getJMSMessageID

      public String getJMSMessageID() throws javax.jms.JMSException
      Angegeben von:
      getJMSMessageID in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSMessageID

      public void setJMSMessageID(String id) throws javax.jms.JMSException
      Angegeben von:
      setJMSMessageID in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSTimestamp

      public long getJMSTimestamp() throws javax.jms.JMSException
      Angegeben von:
      getJMSTimestamp in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSTimestamp

      public void setJMSTimestamp(long timestamp) throws javax.jms.JMSException
      Angegeben von:
      setJMSTimestamp in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSCorrelationIDAsBytes

      public byte[] getJMSCorrelationIDAsBytes() throws javax.jms.JMSException
      Angegeben von:
      getJMSCorrelationIDAsBytes in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSCorrelationIDAsBytes

      public void setJMSCorrelationIDAsBytes(byte[] correlationID) throws javax.jms.JMSException
      Angegeben von:
      setJMSCorrelationIDAsBytes in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSCorrelationID

      public String getJMSCorrelationID() throws javax.jms.JMSException
      Angegeben von:
      getJMSCorrelationID in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSCorrelationID

      public void setJMSCorrelationID(String correlationID) throws javax.jms.JMSException
      Angegeben von:
      setJMSCorrelationID in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSReplyTo

      public javax.jms.Destination getJMSReplyTo() throws javax.jms.JMSException
      Angegeben von:
      getJMSReplyTo in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSReplyTo

      public void setJMSReplyTo(javax.jms.Destination replyTo) throws javax.jms.JMSException
      Angegeben von:
      setJMSReplyTo in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSDestination

      public javax.jms.Destination getJMSDestination() throws javax.jms.JMSException
      Angegeben von:
      getJMSDestination in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSDestination

      public void setJMSDestination(javax.jms.Destination destination) throws javax.jms.JMSException
      Angegeben von:
      setJMSDestination in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSDeliveryMode

      public int getJMSDeliveryMode() throws javax.jms.JMSException
      Angegeben von:
      getJMSDeliveryMode in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSDeliveryMode

      public void setJMSDeliveryMode(int deliveryMode) throws javax.jms.JMSException
      Angegeben von:
      setJMSDeliveryMode in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSRedelivered

      public boolean getJMSRedelivered() throws javax.jms.JMSException
      Angegeben von:
      getJMSRedelivered in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSRedelivered

      public void setJMSRedelivered(boolean redelivered) throws javax.jms.JMSException
      Angegeben von:
      setJMSRedelivered in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSType

      public String getJMSType() throws javax.jms.JMSException
      Angegeben von:
      getJMSType in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSType

      public void setJMSType(String type) throws javax.jms.JMSException
      Angegeben von:
      setJMSType in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSExpiration

      public long getJMSExpiration() throws javax.jms.JMSException
      Angegeben von:
      getJMSExpiration in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSExpiration

      public void setJMSExpiration(long expiration) throws javax.jms.JMSException
      Angegeben von:
      setJMSExpiration in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSDeliveryTime

      public long getJMSDeliveryTime() throws javax.jms.JMSException
      Angegeben von:
      getJMSDeliveryTime in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSDeliveryTime

      public void setJMSDeliveryTime(long deliveryTime) throws javax.jms.JMSException
      Angegeben von:
      setJMSDeliveryTime in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getJMSPriority

      public int getJMSPriority() throws javax.jms.JMSException
      Angegeben von:
      getJMSPriority in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setJMSPriority

      public void setJMSPriority(int priority) throws javax.jms.JMSException
      Angegeben von:
      setJMSPriority in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • clearProperties

      public void clearProperties() throws javax.jms.JMSException
      Angegeben von:
      clearProperties in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • propertyExists

      public boolean propertyExists(String name) throws javax.jms.JMSException
      Angegeben von:
      propertyExists in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getBooleanProperty

      public boolean getBooleanProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getBooleanProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getByteProperty

      public byte getByteProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getByteProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getShortProperty

      public short getShortProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getShortProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getIntProperty

      public int getIntProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getIntProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getLongProperty

      public long getLongProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getLongProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getFloatProperty

      public float getFloatProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getFloatProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getDoubleProperty

      public double getDoubleProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getDoubleProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getStringProperty

      public String getStringProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getStringProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getObjectProperty

      public Object getObjectProperty(String name) throws javax.jms.JMSException
      Angegeben von:
      getObjectProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getPropertyNames

      public Enumeration getPropertyNames() throws javax.jms.JMSException
      Angegeben von:
      getPropertyNames in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setBooleanProperty

      public void setBooleanProperty(String name, boolean value) throws javax.jms.JMSException
      Angegeben von:
      setBooleanProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setByteProperty

      public void setByteProperty(String name, byte value) throws javax.jms.JMSException
      Angegeben von:
      setByteProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setShortProperty

      public void setShortProperty(String name, short value) throws javax.jms.JMSException
      Angegeben von:
      setShortProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setIntProperty

      public void setIntProperty(String name, int value) throws javax.jms.JMSException
      Angegeben von:
      setIntProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setLongProperty

      public void setLongProperty(String name, long value) throws javax.jms.JMSException
      Angegeben von:
      setLongProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setFloatProperty

      public void setFloatProperty(String name, float value) throws javax.jms.JMSException
      Angegeben von:
      setFloatProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setDoubleProperty

      public void setDoubleProperty(String name, double value) throws javax.jms.JMSException
      Angegeben von:
      setDoubleProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setStringProperty

      public void setStringProperty(String name, String value) throws javax.jms.JMSException
      Angegeben von:
      setStringProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • setObjectProperty

      public void setObjectProperty(String name, Object value) throws javax.jms.JMSException
      Angegeben von:
      setObjectProperty in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • acknowledge

      public void acknowledge() throws javax.jms.JMSException
      Angegeben von:
      acknowledge in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • clearBody

      public void clearBody() throws javax.jms.JMSException
      Angegeben von:
      clearBody in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • getBody

      public <T> T getBody(Class<T> c) throws javax.jms.JMSException
      Angegeben von:
      getBody in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException
    • isBodyAssignableTo

      public boolean isBodyAssignableTo(Class c) throws javax.jms.JMSException
      Angegeben von:
      isBodyAssignableTo in Schnittstelle javax.jms.Message
      Löst aus:
      javax.jms.JMSException