1 23 24 29 30 31 package com.sun.cli.util.stringifier; 32 33 import java.lang.reflect.Array ; 34 import javax.management.*; 35 36 37 public final class ModelMBeanNotificationInfoStringifier 38 extends MBeanNotificationInfoStringifier implements Stringifier 39 { 40 public final static MBeanNotificationInfoStringifier DEFAULT = new MBeanNotificationInfoStringifier( ); 41 42 public 43 ModelMBeanNotificationInfoStringifier( ) 44 { 45 super( ); 46 } 47 48 public 49 ModelMBeanNotificationInfoStringifier( MBeanFeatureInfoStringifierOptions options ) 50 { 51 super( options ); 52 } 53 } | Popular Tags |