CampaignServiceMBean Interface
- public interface CampaignServiceMBean
extends ServiceConfigurationMBean
CampaignService configuration management bean interface.
This expects to have 2 children: a CampaignEventListenerMBean
and a MailActionMBean
.
-
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 |
getEmailBrowseBaseDir() Method
public String
getEmailBrowseBaseDir()
Get the per-webApp base directory for campaign email browsing.
getEmailURIExtensions() Method
public String
[] getEmailURIExtensions()
Get the list of email uri extensions.
getGoalCheckTime() Method
public long getGoalCheckTime()
Get the goal check time in milliseconds.
getMaxURILength() Method
public int getMaxURILength()
Get the maximum length of a deployable campaign URI.
setEmailBrowseBaseDir(String) Method
public void setEmailBrowseBaseDir(String
base)
Get the per-webApp base directory for campaign email browsing.
setEmailURIExtensions(String[]) Method
public void setEmailURIExtensions(String
[] exts)
Get the list of email uri extensions.
setGoalCheckTime(long) Method
public void setGoalCheckTime(long time)
Set the goal check time in milliseconds.
setMaxURILength(int) Method
public void setMaxURILength(int max)
Set the maximum length of a deployable campaign URI.