public interface MProcManagementMBean
| Modifier and Type | Method and Description |
|---|---|
MProcRule |
createMProcRule(int id,
String ruleFactoryName,
String parametersString) |
MProcRule |
destroyMProcRule(int mProcRuleId) |
MProcRule |
getMProcRuleById(int id) |
List<MProcRule> |
getMProcRules() |
MProcRule |
modifyMProcRule(int id,
String parametersString) |
MProcRule getMProcRuleById(int id)
MProcRule createMProcRule(int id, String ruleFactoryName, String parametersString) throws Exception
ExceptionMProcRule modifyMProcRule(int id, String parametersString) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.