getBoolean
public boolean getBoolean(String aKey)
throws JMSException
getByte
public byte getByte(String aKey)
throws JMSException
getBytes
public byte[] getBytes(String aKey)
throws JMSException
getChar
public char getChar(String aKey)
throws JMSException
getDouble
public double getDouble(String aKey)
throws JMSException
getFloat
public float getFloat(String aKey)
throws JMSException
getInt
public int getInt(String aKey)
throws JMSException
getLong
public long getLong(String aKey)
throws JMSException
getMapNames
public Enumeration getMapNames()
throws JMSException
getObject
public Object getObject(String aKey)
throws JMSException
getShort
public short getShort(String aKey)
throws JMSException
getString
public String getString(String aKey)
throws JMSException
itemExists
public boolean itemExists(String aKey)
throws JMSException
setBoolean
public void setBoolean(String aKey,
boolean p)
throws JMSException
setByte
public void setByte(String aKey,
byte p)
throws JMSException
setBytes
public void setBytes(String aKey,
byte[] p)
throws JMSException
setBytes
public void setBytes(String aKey,
byte[] p,
int n,
int n1)
throws JMSException
setChar
public void setChar(String aKey,
char p)
throws JMSException
setDouble
public void setDouble(String aKey,
double p)
throws JMSException
setExpectedObjectProperty
public void setExpectedObjectProperty(String aKey,
Object anObject)
setFloat
public void setFloat(String aKey,
float p)
throws JMSException
setInt
public void setInt(String aKey,
int p)
throws JMSException
setLong
public void setLong(String aKey,
long p)
throws JMSException
setObject
public void setObject(String aKey,
Object p)
throws JMSException
setShort
public void setShort(String aKey,
short p)
throws JMSException
setString
public void setString(String aKey,
String aKey1)
throws JMSException