Uses of Class
org.objectweb.joram.client.jms.QueueBrowser
-
Packages that use QueueBrowser Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification. -
-
Uses of QueueBrowser in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms with type parameters of type QueueBrowser Modifier and Type Field Description private Vector<QueueBrowser>Session. browsersVector of queue browsers.Methods in org.objectweb.joram.client.jms with parameters of type QueueBrowser Modifier and Type Method Description (package private) voidSession. closeBrowser(QueueBrowser qb)Called by Queue browser.
-