BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface JMSJDBCStoreMBean


public interface JMSJDBCStoreMBean
extends JMSStoreMBean

A JMS JDBC based backing store.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 JDBCConnectionPoolMBean getConnectionPool()
          Get the JDBC Connection Pool for this backing store.
 java.lang.String getPrefixName()
          Get the prefix name of JMS tables in this backing store.
 void setConnectionPool(JDBCConnectionPoolMBean connectionPool)
          Set the JDBC Connection Pool for this backing store.
 void setPrefixName(java.lang.String name)
          Set the prefix name of JMS tables in this backing store.
 
Methods inherited from interface weblogic.management.configuration.JMSStoreMBean
getJMSServer
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
getNotes, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getConnectionPool

public JDBCConnectionPoolMBean getConnectionPool()
Get the JDBC Connection Pool for this backing store.

Old Property: weblogic.jms.connectionPool

setConnectionPool

public void setConnectionPool(JDBCConnectionPoolMBean connectionPool)
                       throws javax.management.InvalidAttributeValueException
Set the JDBC Connection Pool for this backing store.

Legal NULL: true

getPrefixName

public java.lang.String getPrefixName()
Get the prefix name of JMS tables in this backing store.

Old Property: weblogic.jms.tableNamePrefix

setPrefixName

public void setPrefixName(java.lang.String name)
                   throws javax.management.InvalidAttributeValueException
Set the prefix name of JMS tables in this backing store. This prefix is prepended to table names when: The database management system requires fully qualified names. You need to differentiate between JMS tables for two WebLogic servers, enabling multiple tables to be stored on a single DBMS. The prefix should be specified using the following format and will result in a valid table name when prepended to the JMS table name: [schema.[catalog.]]prefix

Default Value: null

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.