Uses of Class
org.fusesource.stomp.client.CallbackConnection

Packages that use CallbackConnection
org.fusesource.stomp.client   
org.fusesource.stomp.jms   
 

Uses of CallbackConnection in org.fusesource.stomp.client
 

Methods in org.fusesource.stomp.client that return CallbackConnection
 CallbackConnection CallbackConnection.receive(Callback<StompFrame> receiver)
           
 CallbackConnection CallbackConnection.refiller(java.lang.Runnable refiller)
           
 

Method parameters in org.fusesource.stomp.client with type arguments of type CallbackConnection
 void Stomp.connectCallback(Callback<CallbackConnection> cb)
           
 

Uses of CallbackConnection in org.fusesource.stomp.jms
 

Methods in org.fusesource.stomp.jms that return CallbackConnection
 CallbackConnection StompChannel.connection()
           
 



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