Oracle9i Application Developer's Guide - Advanced Queuing
Release 1 (9.0.1)

Part Number A88890-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

JMS Administrative Interface: Basic Operations, 10 of 40


Unregister a Queue/Topic Connection Factory in LDAP through the Database

Figure 13-8 Use Case Diagram: Unregister a Queue/Topic Connection Factory in LDAP through the Database


Text description of adq13jad31.gif follows
Text description of the illustration adq13jad31.gif

Purpose

Unregister a queue/topic connection factory in LDAP.

Usage Notes

unregisterConnectionFactory is a static method. To successfully unregister the connection factory, the DB connection passed to unregisterConnectionFactory must be granted AQ_ADMINISTRATOR_ROLE.

Syntax

See Java (JDBC): Oracle9i Supplied Java Packages Reference, oracle.jms, AQjmsFactory.unregisterConnectionFactory.

Example

String               url;
java.sql.connection  db_conn;

url = "jdbc:oracle:thin:@sun-123:1521:db1";
db_conn = DriverManager.getConnection(url, "scott", "tiger");
AQjmsFactory.unregisterConnectionFactory(db_conn, "topic_conn1");

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback