Oracle8i Application Developer's Guide - Advanced Queuing
Release 2 (8.1.6)

A76938-01

Library

Product

Contents

Index

Prev Up Next

JMS Administrative Interface: Basic Operations, 12 of 30


Get a Queue Table

Figure 13-10 Use Case Diagram: Get Queue Table



To refer to the table of all basic operations having to do with the Operational Interface see:

  • "Use Case Model: Operational Interface -- Basic Operations"

 

Purpose

Get a queue table.

Usage Notes

If the caller which opened the connection is not the owner of the queue table, the caller must have AQ enqueue/dequeue privileges on queues/topics in the queue table. Otherwise the queue-table will not be returned.

Syntax

See Java (JDBC): Oracle8i Supplied Java Packages Reference, oracle.jms, AQjmsSession.getQueueTable

Example

QueueSession              q_sess;
AQQueueTable              q_table;

 q_table = ((AQjmsSession)q_sess).getQueueTable("boluser",                                                        
"bol_ship_queue_table");


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index