oracle.AQ
クラス AQQueueTableProperty

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

public class AQQueueTableProperty
extends java.lang.Object

AQのキュー・テーブルのプロパティ。


フィールドの概要
static int NONE
           
static int TRANSACTIONAL
           
 
コンストラクタの概要
AQQueueTableProperty(java.lang.String p_type)
           
 
メソッドの概要
 java.lang.String getComment()
           
 java.lang.String getCompatible()
           
 int getMessageGrouping()
           
 java.lang.String getPayloadType()
           
 int getPrimaryInstance()
           
 int getSecondaryInstance()
           
 java.lang.String getSortOrder()
           
 boolean isMulticonsumerEnabled()
           
 void setComment(java.lang.String qt_comment)
           
 void setCompatible(java.lang.String qt_compatible)
           
 void setMessageGrouping(int message_grouping)
           
 void setMultiConsumer(boolean enable)
           
 void setPayloadType(java.lang.String p_type)
           
 void setPrimaryInstance(int inst)
           
 void setSecondaryInstance(int inst)
           
 void setSortOrder(java.lang.String s_order)
           
 void setStorageClause(java.lang.String s_clause)
           
 java.lang.String toString()
           
 
クラス java.lang.Objectから継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

NONE

public static final int NONE 

TRANSACTIONAL

public static final int TRANSACTIONAL 
コンストラクタの詳細

AQQueueTableProperty

public AQQueueTableProperty(java.lang.String p_type) 
メソッドの詳細

getPayloadType

public java.lang.String getPayloadType()
                                throws AQException 

setPayloadType

public void setPayloadType(java.lang.String p_type)
                    throws AQException 

setStorageClause

public void setStorageClause(java.lang.String s_clause)
                      throws AQException 

getSortOrder

public java.lang.String getSortOrder()
                              throws AQException 

setSortOrder

public void setSortOrder(java.lang.String s_order)
                  throws AQException 

isMulticonsumerEnabled

public boolean isMulticonsumerEnabled()
                               throws AQException 

setMultiConsumer

public void setMultiConsumer(boolean enable)
                      throws AQException 

getMessageGrouping

public int getMessageGrouping()
                       throws AQException 

setMessageGrouping

public void setMessageGrouping(int message_grouping)
                        throws AQException 

getComment

public java.lang.String getComment()
                            throws AQException 

setComment

public void setComment(java.lang.String qt_comment)
                throws AQException 

getCompatible

public java.lang.String getCompatible()
                               throws AQException 

setCompatible

public void setCompatible(java.lang.String qt_compatible)
                   throws AQException 

getPrimaryInstance

public int getPrimaryInstance()
                       throws AQException 

setPrimaryInstance

public void setPrimaryInstance(int inst)
                        throws AQException 

getSecondaryInstance

public int getSecondaryInstance()
                         throws AQException 

setSecondaryInstance

public void setSecondaryInstance(int inst)
                          throws AQException 

toString

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