Uses of Class
org.fusesource.stompjms.StompJmsConnection

Packages that use StompJmsConnection
org.fusesource.stompjms   
 

Uses of StompJmsConnection in org.fusesource.stompjms
 

Methods in org.fusesource.stompjms that return StompJmsConnection
protected  StompJmsConnection StompJmsSession.getConnection()
           
 

Constructors in org.fusesource.stompjms with parameters of type StompJmsConnection
StompJmsQueueSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode)
          Constructor
StompJmsSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode)
          Constructor
StompJmsTopicSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode)
          Constructor
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.