Uses of Class
org.jboss.messaging.core.remoting.impl.wireformat.SessionCreateProducerResponseMessage

Packages that use SessionCreateProducerResponseMessage
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

Uses of SessionCreateProducerResponseMessage in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return SessionCreateProducerResponseMessage
 SessionCreateProducerResponseMessage ServerSession.createProducer(long clientTargetID, SimpleString address, int windowSize, int maxRate)
           
 

Uses of SessionCreateProducerResponseMessage in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl that return SessionCreateProducerResponseMessage
 SessionCreateProducerResponseMessage ServerSessionImpl.createProducer(long clientTargetID, SimpleString address, int windowSize, int maxRate)
          Create a producer for the specified address
 



Copyright © 2006 JBoss Inc. All Rights Reserved.