February 2002
Beginner to intermediate
544 pages
10h 23m
English
package javax.jms; public interface QueueBrowser { void close() throws JMSException; Enumeration getEnumeration() throws JMSException; String getMessageSelector() throws JMSException; Queue getQueue() throws JMSException; }
Read now
Unlock full access