| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jmx.export.metadata.ManagedNotification
public class ManagedNotification
Metadata that indicates a JMX notification emitted by a bean.
| Constructor Summary | |
|---|---|
| ManagedNotification() | |
| Method Summary | |
|---|---|
|  String | getDescription()Return a description for this notification. | 
|  String | getName()Return the name of this notification. | 
|  String[] | getNotificationTypes()Return the list of notification types. | 
|  void | setDescription(String description)Set a description for this notification. | 
|  void | setName(String name)Set the name of this notification. | 
|  void | setNotificationType(String notificationType)Set a single notification type, or a list of notification types as comma-delimited String. | 
|  void | setNotificationTypes(String[] notificationTypes)Set a list of notification types. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ManagedNotification()
| Method Detail | 
|---|
public void setNotificationType(String notificationType)
public void setNotificationTypes(String[] notificationTypes)
public String[] getNotificationTypes()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||