File
Doc
Category
Size
Date
Package
ActionConfig.java
API Doc
Glassfish v2 API
2612
Fri May 04 22:30:32 BST 2007
com.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.String
getActionMBeanName
()
Identifies the classname of the action MBean as given by {@link CustomMBeanConfig#getName}.
public void
setActionMBeanName
(
java.lang.String
name)
Java Code Source