AdContentProviderMBean Interface
- public interface AdContentProviderMBean
extends ServiceConfigurationMBean
An MBean for configuring an AdContentProvider, which is a renderer for the
placeholder/ad service.
These should be children of an AdServiceMBean
. The Name of the
AdContentProviderMBean should correspond to either the complete mimeType
(e.g. image/gif), the major portion of a mimeType (e.g. image), or
"default" to configure the default rendering for mimeType not specified as
AdContentProviderMBeans.
-
All Superinterfaces
-
ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, ServiceConfigurationMBean
, WebLogicMBean
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
getProperties() Method
public Properties
getProperties()
Get the AdContentProvider configuration properties.
getProvider() Method
public String
getProvider()
Get the AdContentProvider class name.
setProperties(Properties) Method
public void setProperties(Properties
p)
Set the AdContentProvider configuration properties.
setProvider(String) Method
public void setProvider(String
clName)
Set the AdContentProvider class name.