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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getActionMbeanName()
          Identifies the name of the action MBean.
 void setActionMbeanName(java.lang.String value)
          Sets the name of the action MBean
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getActionMbeanName

@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
java.lang.String getActionMbeanName()
Identifies the name of the action MBean.

Returns:
action name

setActionMbeanName

void setActionMbeanName(java.lang.String value)
                        throws java.beans.PropertyVetoException
Sets the name of the action MBean

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.