© 2005 BEA Systems, Inc.

com.bea.p13n.mbeans
Interface EventServiceMBean

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

public interface EventServiceMBean
extends ServiceConfigurationMBean

Configuration for Event Service.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 boolean addListener(String listener)
          Add a listener
 String[] getListeners()
          Returns the Listeners (class names) the EventService uses
 boolean removeListener(String listener)
          Remove a listener.
 void setListeners(String[] listeners)
          Set the listeners (class names) for the event service.
 
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

addListener

public boolean addListener(String listener)
Add a listener

MBean Dynamic Method

getListeners

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

MBean Attribute Old Property Name:
asynchronousHandler.listeners

removeListener

public boolean removeListener(String listener)
Remove a listener.

MBean Dynamic Method

setListeners

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

MBean Dynamic Method
MBean Attribute Legal Null:
true

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved