public class

ManagedNotification

extends Object
java.lang.Object
   ↳ org.springframework.jmx.export.metadata.ManagedNotification

Class Overview

Metadata that indicates a JMX notification emitted by a bean.

Summary

Public Constructors
ManagedNotification()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ManagedNotification ()

Public Methods

public String getDescription ()

Return a description for this notification.

public String getName ()

Return the name of this notification.

public String[] getNotificationTypes ()

Return the list of notification types.

public void setDescription (String description)

Set a description for this notification.

public void setName (String name)

Set the name of this notification.

public void setNotificationType (String notificationType)

Set a single notification type, or a list of notification types as comma-delimited String.

public void setNotificationTypes (String[] notificationTypes)

Set a list of notification types.