EventServiceMBean Interface
- public interface EventServiceMBean
extends ServiceConfigurationMBean
Configuration for Event Service.
-
All Superinterfaces
-
ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, ServiceConfigurationMBean
, WebLogicMBean
-
All Known Subinterfaces
-
AsynchronousEventServiceMBean
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 |
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.