AdServiceMBean Interface

com.bea.p13n.mbeans
AdServiceMBean Interface

public interface AdServiceMBean

    extends ServiceConfigurationMBean

AdService configuration management bean interface.

This MBean should have AdContentProviderMBeans as children.


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
getAdClickThruURI()
Get the partial uri of the Ad Click-Thru handler.
public int
getDisplayFlushSize()
Get the number of display event after which the cached should be flushed to the database.
public String
getEventTracker()
Get the class name of the class responsible for posting events (implementation of com.bea.p13n.ad.AdEventTracker).
public String
getRendering()
Get the class name of the class responsible for rendering ad content (implementation of com.bea.p13n.ad.AdContentProvider).
public String
getShowDocURI()
Get the partial uri of the Show Document handler.
public void
setAdClickThruURI(String uri)
Set the partial uri of the Ad Click-Thru handler.
public void
setDisplayFlushSize(int size)
Set the number of display event after which the cached should be flushed to the database.
public void
setEventTracker(String tracker)
Set the class name of the class responsible for posting ad events (implementation of AdEventTracker).
public void
setRendering(String rendering)
Set the class name of the class responsible for rendering all ad content (implementation of AdContentProvider).
public void
setShowDocURI(String uri)
Set the partial uri of the Show Document handler.
 
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

getAdClickThruURI() Method

public String getAdClickThruURI()
Get the partial uri of the Ad Click-Thru handler.


getDisplayFlushSize() Method

public int getDisplayFlushSize()
Get the number of display event after which the cached should be flushed to the database.


getEventTracker() Method

public String getEventTracker()
Get the class name of the class responsible for posting events (implementation of com.bea.p13n.ad.AdEventTracker).


getRendering() Method

public String getRendering()
Get the class name of the class responsible for rendering ad content (implementation of com.bea.p13n.ad.AdContentProvider).


getShowDocURI() Method

public String getShowDocURI()
Get the partial uri of the Show Document handler.


setAdClickThruURI(String) Method

public void setAdClickThruURI(String uri)
Set the partial uri of the Ad Click-Thru handler.


setDisplayFlushSize(int) Method

public void setDisplayFlushSize(int size)
Set the number of display event after which the cached should be flushed to the database.


setEventTracker(String) Method

public void setEventTracker(String tracker)
Set the class name of the class responsible for posting ad events (implementation of AdEventTracker).


setRendering(String) Method

public void setRendering(String rendering)
Set the class name of the class responsible for rendering all ad content (implementation of AdContentProvider).


setShowDocURI(String) Method

public void setShowDocURI(String uri)
Set the partial uri of the Show Document handler.