Uses of Class
org.fusesource.stomp.jms.StompJmsConnection

Packages that use StompJmsConnection
org.fusesource.stomp.jms   
org.fusesource.stomp.jms.message   
org.fusesource.stomp.jms.util   
 

Uses of StompJmsConnection in org.fusesource.stomp.jms
 

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

Methods in org.fusesource.stomp.jms with parameters of type StompJmsConnection
static StompJmsDestination StompJmsDestination.createDestination(StompJmsConnection connection, java.lang.String name)
           
 

Constructors in org.fusesource.stomp.jms with parameters of type StompJmsConnection
StompJmsQueue(StompJmsConnection connection, java.lang.String name)
           
StompJmsQueueSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode, boolean forceAsyncSend)
          Constructor
StompJmsSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode, boolean forceAsyncSend)
          Constructor
StompJmsTempQueue(StompJmsConnection connection, java.lang.String name)
          Constructor
StompJmsTempTopic(StompJmsConnection connection, java.lang.String name)
          Constructor
StompJmsTopic(StompJmsConnection connection, java.lang.String name)
           
StompJmsTopicSession(StompJmsConnection connection, StompChannel channel, int acknowledgementMode, boolean forceAsyncSend)
          Constructor
 

Uses of StompJmsConnection in org.fusesource.stomp.jms.message
 

Fields in org.fusesource.stomp.jms.message declared as StompJmsConnection
protected  StompJmsConnection StompJmsMessage.connection
           
 

Methods in org.fusesource.stomp.jms.message with parameters of type StompJmsConnection
static void StompJmsMessageTransformation.copyProperties(StompJmsConnection connection, javax.jms.Message fromMessage, javax.jms.Message toMessage)
          Copies the standard JMS and user defined properties from the givem message to the specified message
static StompJmsDestination StompJmsMessageTransformation.transformDestination(StompJmsConnection connection, javax.jms.Destination destination)
          Creates a an available JMS message from another provider.
static StompJmsMessage StompJmsMessageTransformation.transformMessage(StompJmsConnection connection, javax.jms.Message message)
          Creates a fast shallow copy of the current StompJmsMessage or creates a whole new message instance from an available JMS message from another provider.
 

Uses of StompJmsConnection in org.fusesource.stomp.jms.util
 

Methods in org.fusesource.stomp.jms.util with parameters of type StompJmsConnection
static java.lang.Object TypeConversionSupport.convert(StompJmsConnection connection, java.lang.Object value, java.lang.Class clazz)
           
 



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