javax.management
Annotation Type NotificationInfo


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


Optional Element Summary
 Description description
           
 String[] descriptorFields
           
 Class<? extends Notification> notificationClass
           
 String[] types
           
 

types

public abstract String[] types
Default:
{}

description

public abstract Description description
Default:
@javax.management.Description("")

notificationClass

public abstract Class<? extends Notification> notificationClass
Default:
javax.management.Notification.class

descriptorFields

public abstract String[] descriptorFields
Default:
{}


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.