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.
May not be NULL. On success will contain the selector associated with this browser
flags
Reserved for future use. Must be zero.
Returns:
JMS_NO_ERROR
JMS_GOT_EXCEPTION
JMS_INPUT_PARAM_ERROR
JMS_MALLOC_ERROR
JMS_JVM_ERROR
JMS_NEED_SPACE
Copyright 1996, 2019, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Oracle Fusion Middleware
JMS C API Reference for Oracle WebLogic Server
12c (12.2.1.4.0)