| java.lang.Object org.directwebremoting.jms.DwrConnection
DwrConnection | public class DwrConnection implements Connection(Code) | | An implementation of
Connection for DWR
author: Joe Walker [joe at getahead dot ltd dot uk] |
DwrConnection | public DwrConnection()(Code) | | Simple setup
|
close | public void close() throws JMSException(Code) | | |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Destination destination, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createDurableConnectionConsumer | public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createSession | public DwrSession createSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
getClientID | public String getClientID() throws JMSException(Code) | | |
getExceptionListener | public ExceptionListener getExceptionListener() throws JMSException(Code) | | |
getState | public State getState()(Code) | | Children need to know if they can send messages.
Has Connection.start been called |
setClientID | public void setClientID(String clientId) throws JMSException(Code) | | |
setExceptionListener | public void setExceptionListener(ExceptionListener listener) throws JMSException(Code) | | |
setServletContext | public void setServletContext(ServletContext servletContext)(Code) | | Parameters: servletContext - the servletContext to set |
start | public void start() throws JMSException(Code) | | |
stop | public void stop() throws JMSException(Code) | | |
|
|