当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ManagedNotification (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.export.metadata
Class ManagedNotification
java.lang.Object
org.springframework.jmx.export.metadata.ManagedNotification
public class ManagedNotification
- extends Object
Metadata that indicates a JMX notification emitted by a bean.
- Since:
- 2.0
- Author:
- Rob Harrop
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedNotification
public ManagedNotification()
setNotificationType
public void setNotificationType(String notificationType)
- Set a single notification type, or a list of notifcation types
as comma-delimited String.
setNotificationTypes
public void setNotificationTypes(String[] notificationTypes)
getNotificationTypes
public String[] getNotificationTypes()
setName
public void setName(String name)
getName
public String getName()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
Copyright © 2002-2007 The Spring Framework.