EventServiceMBean Interface

com.bea.p13n.mbeans
EventServiceMBean Interface

public interface EventServiceMBean

    extends ServiceConfigurationMBean

Configuration for Event Service.


All Superinterfaces
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean
All Known Subinterfaces

AsynchronousEventServiceMBean

Field Summary

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

Method Summary

public boolean
addListener(String listener)
Add a listener
public String[]
getListeners()
Returns the Listeners (class names) the EventService uses
public boolean
removeListener(String listener)
Remove a listener.
public void
setListeners(String[] listeners)
Set the listeners (class names) for the event service.
 
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

addListener(String) Method

public boolean addListener(String listener)
Add a listener


getListeners() Method

public String[] getListeners()
Returns the Listeners (class names) the EventService uses


removeListener(String) Method

public boolean removeListener(String listener)
Remove a listener.


setListeners(String[]) Method

public void setListeners(String[] listeners)
Set the listeners (class names) for the event service.