The Spring Framework

org.springframework.jmx.export.metadata
Class ManagedNotification

java.lang.Object
  extended by 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

Constructor Summary
ManagedNotification()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String[] getNotificationTypes()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setNotificationType(String notificationType)
          Set a single notification type, or a list of notifcation types as comma-delimited String.
 void setNotificationTypes(String[] notificationTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedNotification

public ManagedNotification()
Method Detail

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()

The Spring Framework

Copyright © 2002-2006 The Spring Framework.