© 2003 BEA Systems, Inc.

com.bea.commerce.mbeans
Interface CommercePipelineComponentSupportMBean

All Superinterfaces:
ConfigurationMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean

public interface CommercePipelineComponentSupportMBean
extends ServiceConfigurationMBean

The MBean that configures the Commerce Pipeline Components.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 String getJdbcPoolName()
          Get JDBC Connection pool name
 void setJdbcPoolName(String poolName)
          Set JDBC Connection pool name
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
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, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

setJdbcPoolName

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

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

getJdbcPoolName

public String getJdbcPoolName()
Get JDBC Connection pool name

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

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved