File
Doc
Category
Size
Date
Package
ManagementRuleConfig.java
API Doc
Glassfish v2 API
2743
Fri May 04 22:30:34 BST 2007
com.sun.appserv.management.config
ManagementRuleConfig
public interface ManagementRuleConfig implements com.sun.appserv.management.base.Container, Description, Enabled, NamedConfigElement
Represents the <management-rule> element.
since
Appserver 9.0
see
ManagementRulesConfig
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
ActionConfig
createActionConfig
(
java.lang.String
actionMBeanName)
public
ActionConfig
getActionConfig
()
return
the ActionConfig, or null if none
public
EventConfig
getEventConfig
()
public void
removeActionConfig
()
Java Code Source