Klasse JMSMapMessage

Alle implementierten Schnittstellen:
javax.jms.MapMessage, javax.jms.Message

public class JMSMapMessage extends JMSMessage implements javax.jms.MapMessage
  • Konstruktordetails

    • JMSMapMessage

      public JMSMapMessage()
  • Methodendetails

    • getBoolean

      public boolean getBoolean(String name) throws javax.jms.JMSException
      Angegeben von:
      getBoolean in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getByte

      public byte getByte(String name) throws javax.jms.JMSException
      Angegeben von:
      getByte in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getShort

      public short getShort(String name) throws javax.jms.JMSException
      Angegeben von:
      getShort in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getChar

      public char getChar(String name) throws javax.jms.JMSException
      Angegeben von:
      getChar in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getInt

      public int getInt(String name) throws javax.jms.JMSException
      Angegeben von:
      getInt in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getLong

      public long getLong(String name) throws javax.jms.JMSException
      Angegeben von:
      getLong in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getFloat

      public float getFloat(String name) throws javax.jms.JMSException
      Angegeben von:
      getFloat in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getDouble

      public double getDouble(String name) throws javax.jms.JMSException
      Angegeben von:
      getDouble in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getString

      public String getString(String name) throws javax.jms.JMSException
      Angegeben von:
      getString in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getBytes

      public byte[] getBytes(String name) throws javax.jms.JMSException
      Angegeben von:
      getBytes in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getObject

      public Object getObject(String name) throws javax.jms.JMSException
      Angegeben von:
      getObject in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • getMapNames

      public Enumeration getMapNames() throws javax.jms.JMSException
      Angegeben von:
      getMapNames in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • setBoolean

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

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

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

      public void setChar(String name, char value) throws javax.jms.JMSException
      Angegeben von:
      setChar in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • setInt

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

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

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

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

      public void setString(String name, String value) throws javax.jms.JMSException
      Angegeben von:
      setString in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • setBytes

      public void setBytes(String name, byte[] value) throws javax.jms.JMSException
      Angegeben von:
      setBytes in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • setBytes

      public void setBytes(String name, byte[] value, int offset, int length) throws javax.jms.JMSException
      Angegeben von:
      setBytes in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException
    • setObject

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

      public boolean itemExists(String name) throws javax.jms.JMSException
      Angegeben von:
      itemExists in Schnittstelle javax.jms.MapMessage
      Löst aus:
      javax.jms.JMSException