1 23 package com.sun.appserv.management.config; 24 25 import com.sun.appserv.management.base.XTypes; 26 27 28 63 public interface CustomMBeanConfig 64 extends NamedConfigElement, Enabled, PropertiesAccess, ObjectType, 65 DeployedItemRefConfigReferent, Description 66 { 67 68 public static final String J2EE_TYPE = XTypes.CUSTOM_MBEAN_CONFIG; 69 70 73 public static final String JMX_DOMAIN = "user"; 74 75 80 public String getObjectNameInConfig(); 81 82 86 public String getImplClassname(); 87 } 88 89 90 91 92 93 94 95 96 97 98 99 | Popular Tags |