public interface BootstrapActorMBean
Modifier and Type | Method and Description |
---|---|
void |
addArgument()
Add a new element named argument
|
java.util.List<ArgumentMBean> |
getArgumentMBean()
Return the list of the Argument element
|
java.lang.String |
getImplementationClass()
Gets the value of the implementationClass property.
|
void |
removeArgument(int index)
Remove an element named argument by the index
|
void |
setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
|
java.lang.String getImplementationClass()
void setImplementationClass(java.lang.String value)
void addArgument()
void removeArgument(int index)
java.util.List<ArgumentMBean> getArgumentMBean()