FileDocCategorySizeDatePackage
ActionConfig.javaAPI DocGlassfish v2 API2612Fri May 04 22:30:32 BST 2007com.sun.appserv.management.config

ActionConfig

public interface ActionConfig implements ConfigElement
Represents the <action> element.

since
Appserver 9.0
see
ManagementRuleConfig
see
EventConfig

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public java.lang.StringgetActionMBeanName()
Identifies the classname of the action MBean as given by {@link CustomMBeanConfig#getName}.

public voidsetActionMBeanName(java.lang.String name)