JBossMX Parent POM 6.0.0.GA

javax.management
Annotation Type NotificationInfo


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NotificationInfo

NotificationInfo.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Required Element Summary
 String[] types
          The notification types
 
Optional Element Summary
 Description description
          The description of the notification
 String[] descriptorFields
          Descriptor key value paris
 Class<? extends Notification> notificationClass
          The notification class
 

Element Detail

types

public abstract String[] types
The notification types

description

public abstract Description description
The description of the notification

Default:
@javax.management.Description("")

descriptorFields

public abstract String[] descriptorFields
Descriptor key value paris

Default:
{}

notificationClass

public abstract Class<? extends Notification> notificationClass
The notification class

Default:
javax.management.Notification.class

JBossMX Parent POM 6.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.