1 23 24 29 30 31 package com.sun.appserv.management.config; 32 33 import com.sun.appserv.management.base.XTypes; 34 35 36 37 38 import com.sun.appserv.management.base.AMX; 39 40 43 public interface ModuleConfig 44 extends AMX, Enabled, Description, ObjectType, NamedConfigElement, 45 DeployedItemRefConfigReferent, PropertiesAccess 46 { 47 51 public String getLocation(); 52 53 57 public boolean getDirectoryDeployed(); 58 } 59 | Popular Tags |