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

JMSServiceConfigImpl

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

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

		super( delegate );
	
Methods Summary
private final JMSHostConfigFactorygetJMSHostConfigFactory()

		return new JMSHostConfigFactory( this, getOldJMSServiceMBean() );
	
private final com.sun.enterprise.management.support.oldconfig.OldJMSServiceMBeangetOldJMSServiceMBean()

		return getOldConfigProxies().getOldJMSServiceMBean( getConfigName() );