public abstract class MockMessageProducer extends MockObject
Constructor and Description |
---|
MockMessageProducer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getDeliveryMode() |
boolean |
getDisableMessageID() |
boolean |
getDisableMessageTimestamp() |
int |
getPriority() |
long |
getTimeToLive() |
void |
setDeliveryMode(int deliveryMode) |
void |
setDisableMessageID(boolean value) |
void |
setDisableMessageTimestamp(boolean value) |
void |
setExpectedCloseCalls(int callCount) |
void |
setPriority(int defaultPriority) |
void |
setTimeToLive(long timeToLive) |
void |
setupThrowException(JMSException e) |
notImplemented, notYetImplemented, verify
public void close() throws JMSException
JMSException
public int getDeliveryMode() throws JMSException
JMSException
public boolean getDisableMessageID() throws JMSException
JMSException
public boolean getDisableMessageTimestamp() throws JMSException
JMSException
public int getPriority() throws JMSException
JMSException
public long getTimeToLive() throws JMSException
JMSException
public void setDeliveryMode(int deliveryMode) throws JMSException
JMSException
public void setDisableMessageID(boolean value) throws JMSException
JMSException
public void setDisableMessageTimestamp(boolean value) throws JMSException
JMSException
public void setPriority(int defaultPriority) throws JMSException
JMSException
public void setTimeToLive(long timeToLive) throws JMSException
JMSException
public void setExpectedCloseCalls(int callCount)
public void setupThrowException(JMSException e)
Copyright © 2002 Mock Objects. All Rights Reserved.