© 2002 BEA Systems, Inc.


com.bea.commerce.mbeans
Interface CommercePipelineComponentSupportMBean


public interface CommercePipelineComponentSupportMBean
extends ServiceConfigurationMBean

The MBean that configures the Commerce Pipeline Components.


Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getJdbcPoolName()
          Get JDBC Connection pool name
 void setJdbcPoolName(java.lang.String poolName)
          Set JDBC Connection pool name
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getAttributeStringValue, getNotes, getSetFields, getXml, getXmlConverter, isPersistenceEnabled, 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

setJdbcPoolName

public void setJdbcPoolName(java.lang.String poolName)
Set JDBC Connection pool name

Default Value: "weblogic.jdbc.jts.commercePool"

getJdbcPoolName

public java.lang.String getJdbcPoolName()
Get JDBC Connection pool name

Default Value: "weblogic.jdbc.jts.commercePool"

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved