com.sun.enterprise.config.serverbeans
Interface Action
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface Action
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
Defines the action MBean associated with the event.
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getActionMbeanName
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
String getActionMbeanName()
- Identifies the name of the action MBean.
- Returns:
- action name
setActionMbeanName
void setActionMbeanName(String value)
throws PropertyVetoException
- Sets the name of the action MBean
- Parameters:
value - allowed object is
String
- Throws:
PropertyVetoException
Copyright © 2012 GlassFish Community. All Rights Reserved.