CampaignServiceMBean Interface

com.bea.campaign.mbeans
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

Field Summary

   
Fields from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 

Method Summary

public String
getEmailBrowseBaseDir()
Get the per-webApp base directory for campaign email browsing.
public String[]
getEmailURIExtensions()
Get the list of email uri extensions.
public long
getGoalCheckTime()
Get the goal check time in milliseconds.
public int
getMaxURILength()
Get the maximum length of a deployable campaign URI.
public void
setEmailBrowseBaseDir(String base)
Get the per-webApp base directory for campaign email browsing.
public void
setEmailURIExtensions(String[] exts)
Get the list of email uri extensions.
public void
setGoalCheckTime(long time)
Set the goal check time in milliseconds.
public void
setMaxURILength(int max)
Set the maximum length of a deployable campaign URI.
 
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
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface com.bea.p13n.management.ServiceConfigurationMBean
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Method Detail

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.