|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.FeatureInfo org.apache.tomcat.util.modeler.NotificationInfo
public class NotificationInfo
Internal configuration information for a Notification
descriptor.
Field Summary | |
---|---|
protected java.lang.String[] |
notifTypes
|
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo |
---|
description, name, type |
Constructor Summary | |
---|---|
NotificationInfo()
|
Method Summary | |
---|---|
void |
addNotifType(java.lang.String notifType)
Add a new notification type to the set managed by an MBean. |
javax.management.MBeanNotificationInfo |
createNotificationInfo()
Create and return a ModelMBeanNotificationInfo object that
corresponds to the attribute described by this instance. |
java.lang.String[] |
getNotifTypes()
The set of notification types for this MBean. |
void |
setDescription(java.lang.String description)
Override the description property setter. |
void |
setName(java.lang.String name)
Override the name property setter. |
java.lang.String |
toString()
Return a string representation of this notification descriptor. |
Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfo |
---|
getDescription, getName, getType, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] notifTypes
Constructor Detail |
---|
public NotificationInfo()
Method Detail |
---|
public void setDescription(java.lang.String description)
description
property setter.
setDescription
in class FeatureInfo
description
- The new descriptionpublic void setName(java.lang.String name)
name
property setter.
setName
in class FeatureInfo
name
- The new namepublic java.lang.String[] getNotifTypes()
public void addNotifType(java.lang.String notifType)
notifType
- The new notification typepublic javax.management.MBeanNotificationInfo createNotificationInfo()
ModelMBeanNotificationInfo
object that
corresponds to the attribute described by this instance.
public java.lang.String toString()
toString
in class java.lang.Object
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |