Copyright (c) 2002, BEA Systems, Inc. This file describes the functions that can be performed on a JmsBrower handle A JmsBrowser handle corresponds to javax.jms.QueueBrowser
Typedef Documentation
typedef struct JmsBrowser JmsBrowser
A browser handler that represents the class javax.jms.QueueBrowser
Closes and destroys a browser handle. Closes and destroys a browser handle. After a call to this function the browser is no longer valid and should no longer be referenced
Gets an enumeration handle that can be used to retrieve the messages on the queue
Parameters:
browser
Must be a valid browser handle. May not be NULL
enumeration
May not be NULL. On success will contain a valid JmsEnumeration handle. The value parameter of JmsEnumerationNextElement should be a JmsMessage ** with this enumeration.