FileDocCategorySizeDatePackage
CustomMBeanConfigImpl.javaAPI DocGlassfish v2 API2942Fri May 04 22:23:18 BST 2007com.sun.enterprise.management.config

CustomMBeanConfigImpl

public final class CustomMBeanConfigImpl extends com.sun.enterprise.management.config.AMXConfigImplBase
Implementation for {@link com.sun.appserv.management.config.CustomMBeanConfig}.

Fields Summary
Constructors Summary
public CustomMBeanConfigImpl(com.sun.enterprise.management.support.Delegate delegate)

		super( delegate );
	
Methods Summary
protected voidaddCustomMappings(com.sun.enterprise.management.support.AMXAttributeNameMapper mapper)

		 super.addCustomMappings(mapper);
		 
		 mapper.matchName( "ObjectNameInConfig", "object-name", "ObjectName" );
		 //mapper.addMapping( "impl-class-name", "ImplClassname" );