FileDocCategorySizeDatePackage
LogServiceConfigImpl.javaAPI DocGlassfish v2 API3311Fri May 04 22:23:20 BST 2007com.sun.enterprise.management.config

LogServiceConfigImpl

public final class LogServiceConfigImpl extends com.sun.enterprise.management.config.AMXConfigImplBase implements ConfigFactoryCallback
Configuration for the <log-service> element.

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

		super( delegate );
	
Methods Summary
private ModuleLogLevelsConfigFactorygetModuleLogLevelsConfigFactory()

		return new ModuleLogLevelsConfigFactory( this, getOldLogServiceMBean() );
	
private com.sun.enterprise.management.support.oldconfig.OldLogServiceMBeangetOldLogServiceMBean()

		final OldLogServiceMBean  oldMBean  = 
			(OldLogServiceMBean)getDelegateProxy( OldLogServiceMBean.class );
		return( oldMBean );