© 2005 BEA Systems, Inc.

com.bea.campaign.mbeans
Interface CampaignEventListenerMBean

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

public interface CampaignEventListenerMBean
extends ServiceConfigurationMBean

Configuration for the campaign event listener.

This expects to be the child of a CampaignServiceMBean.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 String getCampaignServiceJNDIName()
          Get the campaign service jndi name to use.
 void setCampaignServiceJNDIName(String name)
          Set the campaign service jndi name to use.
 
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

getCampaignServiceJNDIName

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

This can contain the ${APPNAME} construct.


setCampaignServiceJNDIName

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

MBean Attribute Legal Null:
false

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved