Uses of Class
org.fusesource.stompjms.StompChannel

Packages that use StompChannel
org.fusesource.stompjms   
 

Uses of StompChannel in org.fusesource.stompjms
 

Methods in org.fusesource.stompjms that return StompChannel
 StompChannel StompChannel.copy()
           
protected  StompChannel StompJmsSession.getChannel()
           
protected  StompChannel StompJmsConnection.getChannel()
           
 

Methods in org.fusesource.stompjms with parameters of type StompChannel
protected  void StompJmsConnection.addSession(StompJmsSession s, StompChannel c)
           
 

Constructors in org.fusesource.stompjms with parameters of type StompChannel
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.