public static AMXSupportExtensionFeature getAMXPluggableFeature() {
ServerContext sc = ApplicationServer.getServerContext();
if (sc == null)
return null;
PluggableFeatureFactory pFactory = ApplicationServer.getServerContext().getPluggableFeatureFactory();
AMXSupportExtensionFeature amxExt = pFactory.getAMXSupportExtension();
return amxExt;
}