getBoolean
public boolean getBoolean(String name)
throws JMSException
getBytes
public byte[] getBytes(String name)
throws JMSException
getDouble
public double getDouble(String name)
throws JMSException
getFloat
public float getFloat(String name)
throws JMSException
getMapNames
public Enumeration getMapNames()
throws JMSException
getObject
public Object getObject(String name)
throws JMSException
getShort
public short getShort(String name)
throws JMSException
getString
public String getString(String name)
throws JMSException
itemExists
public boolean itemExists(String name)
throws JMSException
setBoolean
public void setBoolean(String name,
boolean value)
throws JMSException
setByte
public void setByte(String name,
byte value)
throws JMSException
setBytes
public void setBytes(String name,
byte[] value)
throws JMSException
setBytes
public void setBytes(String name,
byte[] value,
int offset,
int length)
throws JMSException
setChar
public void setChar(String name,
char value)
throws JMSException
setDouble
public void setDouble(String name,
double value)
throws JMSException
setFloat
public void setFloat(String name,
float value)
throws JMSException
setInt
public void setInt(String name,
int value)
throws JMSException
setLong
public void setLong(String name,
long value)
throws JMSException
setObject
public void setObject(String name,
Object value)
throws JMSException
setShort
public void setShort(String name,
short value)
throws JMSException
setString
public void setString(String name,
String value)
throws JMSException