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