public interface OrchestrationExtensionsMBean
Modifier and Type | Method and Description |
---|---|
void |
addOrchestrationExtension()
Add a new element named orchestrationExtension
|
java.util.List<OrchestrationExtensionMBean> |
getOrchestrationExtensionMBean()
Return the list of the OrchestrationExtension element
|
void |
removeOrchestrationExtension(int index)
Remove an element named orchestrationExtension by the index
|
void addOrchestrationExtension()
void removeOrchestrationExtension(int index)
java.util.List<OrchestrationExtensionMBean> getOrchestrationExtensionMBean()