CampaignEventListenerMBean Interface

com.bea.campaign.mbeans
CampaignEventListenerMBean Interface

public interface CampaignEventListenerMBean

    extends ServiceConfigurationMBean

Configuration for the campaign event listener.

This expects to be the child of a CampaignServiceMBean.


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
getCampaignServiceJNDIName()
Get the campaign service jndi name to use.
public void
setCampaignServiceJNDIName(String name)
Set the campaign service jndi name to use.
 
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

getCampaignServiceJNDIName() Method

public String getCampaignServiceJNDIName()
Get the campaign service jndi name to use.

This can contain the ${APPNAME} construct.


setCampaignServiceJNDIName(String) Method

public void setCampaignServiceJNDIName(String name)
Set the campaign service jndi name to use.