AdServiceMBean Interface
- public interface AdServiceMBean
extends ServiceConfigurationMBean
AdService configuration management bean interface.
This MBean should have AdContentProviderMBean
s as children.
-
All Superinterfaces
-
ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, ServiceConfigurationMBean
, WebLogicMBean
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 |
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.