com.mockobjects.jms

Class MockMapMessage

public class MockMapMessage extends MockMessage implements MapMessage

MockMapMessage

Version: $Revision: 1.1 $

Author: ggalli@e-tree.com

Method Summary
booleangetBoolean(String aKey)
bytegetByte(String aKey)
byte[]getBytes(String aKey)
chargetChar(String aKey)
doublegetDouble(String aKey)
floatgetFloat(String aKey)
intgetInt(String aKey)
longgetLong(String aKey)
EnumerationgetMapNames()
ObjectgetObject(String aKey)
shortgetShort(String aKey)
StringgetString(String aKey)
booleanitemExists(String aKey)
voidsetBoolean(String aKey, boolean p)
voidsetByte(String aKey, byte p)
voidsetBytes(String aKey, byte[] p)
voidsetBytes(String aKey, byte[] p, int n, int n1)
voidsetChar(String aKey, char p)
voidsetDouble(String aKey, double p)
voidsetExpectedObjectProperty(String aKey, Object anObject)
voidsetFloat(String aKey, float p)
voidsetInt(String aKey, int p)
voidsetLong(String aKey, long p)
voidsetObject(String aKey, Object p)
voidsetObjectProperty(String aKey, Object anObject)
voidsetShort(String aKey, short p)
voidsetString(String aKey, String aKey1)

Method Detail

getBoolean

public boolean getBoolean(String aKey)

getByte

public byte getByte(String aKey)

getBytes

public byte[] getBytes(String aKey)

getChar

public char getChar(String aKey)

getDouble

public double getDouble(String aKey)

getFloat

public float getFloat(String aKey)

getInt

public int getInt(String aKey)

getLong

public long getLong(String aKey)

getMapNames

public Enumeration getMapNames()

getObject

public Object getObject(String aKey)

getShort

public short getShort(String aKey)

getString

public String getString(String aKey)

itemExists

public boolean itemExists(String aKey)

setBoolean

public void setBoolean(String aKey, boolean p)

setByte

public void setByte(String aKey, byte p)

setBytes

public void setBytes(String aKey, byte[] p)

setBytes

public void setBytes(String aKey, byte[] p, int n, int n1)

setChar

public void setChar(String aKey, char p)

setDouble

public void setDouble(String aKey, double p)

setExpectedObjectProperty

public void setExpectedObjectProperty(String aKey, Object anObject)

setFloat

public void setFloat(String aKey, float p)

setInt

public void setInt(String aKey, int p)

setLong

public void setLong(String aKey, long p)

setObject

public void setObject(String aKey, Object p)

setObjectProperty

public void setObjectProperty(String aKey, Object anObject)

setShort

public void setShort(String aKey, short p)

setString

public void setString(String aKey, String aKey1)
Copyright © 2002 Mock Objects. All Rights Reserved.