oracle.AQ
クラス AQOracleSession

java.lang.Object
  |
  +--oracle.AQ.AQOracleSession
 

public class AQOracleSession
extends java.lang.Object
implements AQSession

AQSessionのOracle Server実装。


メソッドの概要
 AQQueue createQueue(AQQueueTable q_table, java.lang.String q_name, AQQueueProperty q_property)
          キューを作成します。
 AQQueueTable createQueueTable(java.lang.String owner, java.lang.String name, AQQueueTableProperty property)
          キュー・テーブルを作成します。
 java.sql.Connection getDBConnection()
          基礎となるJDBC接続を返します。
 AQQueue getQueue(java.lang.String owner, java.lang.String name)
          既存のキューに対するハンドルを取得します。
 AQQueueTable getQueueTable(java.lang.String owner, java.lang.String name)
          既存のキュー・テーブルに対するハンドルを取得します。キューの所有者と接続をオープンしたユーザーが異なる場合、そのユーザーには、AQ管理者の権限が必要です。
 java.lang.String toString()
           
 
クラス java.lang.Objectから継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

createQueueTable

public AQQueueTable createQueueTable(java.lang.String owner,
                                     java.lang.String name,
                                     AQQueueTableProperty property)
                              throws AQException 
キュー・テーブルを作成します。
定義:
インタフェース AQSession内のcreateQueueTable

getQueueTable

public AQQueueTable getQueueTable(java.lang.String owner,
                                  java.lang.String name) 
既存のキュー・テーブルに対するハンドルを取得します。キューの所有者と接続をオープンしたユーザーが異なる場合、そのユーザーには、AQ管理者の権限が必要です。
定義:
インタフェース AQSession内のgetQueueTable

createQueue

public AQQueue createQueue(AQQueueTable q_table,
                           java.lang.String q_name,
                           AQQueueProperty q_property)
                    throws AQException 
キューを作成します。
定義:
インタフェース AQSession内のcreateQueue

getQueue

public AQQueue getQueue(java.lang.String owner,
                        java.lang.String name) 
既存のキューに対するハンドルを取得します。
定義:
インタフェース AQSession内のgetQueue

getDBConnection

public java.sql.Connection getDBConnection()
                                    throws AQException 
AQSessionに対応付けられた、基礎となるJDBC接続を返します。

toString

public java.lang.String toString() 
オーバーライド:
クラス java.lang.ObjectのtoString