com.mockobjects.jms
Class MockMessageProducer
- MessageProducer, Verifiable
public abstract class MockMessageProducer
implements MessageProducer
close
public void close()
throws JMSException
getDeliveryMode
public int getDeliveryMode()
throws JMSException
getDisableMessageID
public boolean getDisableMessageID()
throws JMSException
getDisableMessageTimestamp
public boolean getDisableMessageTimestamp()
throws JMSException
getPriority
public int getPriority()
throws JMSException
getTimeToLive
public long getTimeToLive()
throws JMSException
setDeliveryMode
public void setDeliveryMode(int deliveryMode)
throws JMSException
setDisableMessageID
public void setDisableMessageID(boolean value)
throws JMSException
setDisableMessageTimestamp
public void setDisableMessageTimestamp(boolean value)
throws JMSException
setExpectedCloseCalls
public void setExpectedCloseCalls(int callCount)
setPriority
public void setPriority(int defaultPriority)
throws JMSException
setTimeToLive
public void setTimeToLive(long timeToLive)
throws JMSException
setupThrowException
public void setupThrowException(JMSException e)
Copyright © 2002 Mock Objects. All Rights Reserved.