1 23 24 29 30 31 package com.sun.appserv.management.config; 32 33 import com.sun.appserv.management.base.DottedNames; 34 import com.sun.appserv.management.base.AllDottedNames; 35 import com.sun.appserv.management.base.XTypes; 36 import com.sun.appserv.management.base.Singleton; 37 38 42 public interface ConfigDottedNames extends DottedNames, AllDottedNames, Singleton 43 { 44 45 public static final String J2EE_TYPE = XTypes.CONFIG_DOTTED_NAMES; 46 47 } 48 | Popular Tags |