Uses of Class
org.directwebremoting.jms.DwrConnection

Packages that use DwrConnection
org.directwebremoting.jms   
 

Uses of DwrConnection in org.directwebremoting.jms
 

Methods in org.directwebremoting.jms that return DwrConnection
 DwrConnection DwrConnectionFactory.createConnection()
           
 DwrConnection DwrConnectionFactory.createConnection(java.lang.String username, java.lang.String password)
           
 

Constructors in org.directwebremoting.jms with parameters of type DwrConnection
DwrMessageConsumer(DwrConnection connection, javax.jms.Destination destination)
           
DwrMessageConsumer(DwrConnection connection, javax.jms.Destination destination, java.lang.String messageSelector)
           
DwrMessageConsumer(DwrConnection connection, javax.jms.Destination destination, java.lang.String messageSelector, boolean noLocal)
           
DwrMessageProducer(javax.jms.Destination destination, DwrConnection connection)
           
DwrSession(DwrConnection connection, boolean transacted, int acknowledgeMode)
           
 


Copyright ยจ 2008