| java.lang.Object org.directwebremoting.jms.DwrMessageProducer
DwrMessageProducer | public class DwrMessageProducer implements MessageProducer(Code) | | An implementation of
MessageProducer that sends messages out over
Reverse Ajax to a client side hub
author: Joe Walker [joe at getahead dot ltd dot uk] |
DwrMessageProducer | public DwrMessageProducer(Destination destination, DwrConnection connection)(Code) | | Parameters: destination - |
close | public void close() throws JMSException(Code) | | |
getDeliveryMode | public int getDeliveryMode() throws JMSException(Code) | | |
getDestination | public Destination getDestination() throws JMSException(Code) | | |
getDisableMessageID | public boolean getDisableMessageID() throws JMSException(Code) | | |
getDisableMessageTimestamp | public boolean getDisableMessageTimestamp() throws JMSException(Code) | | |
getPriority | public int getPriority() throws JMSException(Code) | | |
getTimeToLive | public long getTimeToLive() throws JMSException(Code) | | |
send | public void send(Message message) throws JMSException(Code) | | |
send | public void send(Destination realDestination, Message message) throws JMSException(Code) | | |
send | public void send(Message message, int realDeliveryMode, int realPriority, long realTimeToLive) throws JMSException(Code) | | |
send | public void send(Destination realDestination, Message message, int realDeliveryMode, int realPriority, long realTimeToLive) throws JMSException(Code) | | |
setDeliveryMode | public void setDeliveryMode(int deliveryMode) throws JMSException(Code) | | |
setDisableMessageID | public void setDisableMessageID(boolean disableMessageID) throws JMSException(Code) | | |
setDisableMessageTimestamp | public void setDisableMessageTimestamp(boolean disableMessageTimestamp) throws JMSException(Code) | | |
setPriority | public void setPriority(int priority) throws JMSException(Code) | | |
setTimeToLive | public void setTimeToLive(long timeToLive) throws JMSException(Code) | | |
|
|