public class MProcManagement extends Object implements MProcManagementMBean
| Modifier and Type | Field and Description |
|---|---|
protected javolution.util.FastList<MProcRule> |
mprocs |
protected javolution.util.FastList<MProcRule> mprocs
public static MProcManagement getInstance(String name)
public static MProcManagement getInstance()
public String getName()
public String getPersistDir()
public void setPersistDir(String persistDir)
public SmscManagement getSmscManagement()
public void setSmscManagement(SmscManagement smscManagement)
public javolution.util.FastList<MProcRule> getMProcRules()
getMProcRules in interface MProcManagementMBeanpublic MProcRule getMProcRuleById(int id)
getMProcRuleById in interface MProcManagementMBeanpublic MProcRule createMProcRule(int id, String ruleFactoryName, String parametersString) throws Exception
createMProcRule in interface MProcManagementMBeanExceptionpublic MProcRule modifyMProcRule(int mProcRuleId, String parametersString) throws Exception
modifyMProcRule in interface MProcManagementMBeanExceptionpublic MProcRule destroyMProcRule(int mProcRuleId) throws Exception
destroyMProcRule in interface MProcManagementMBeanExceptionpublic MProcResult applyMProcArrival(MProcRuleRaProvider anMProcRuleRa, Sms sms, PersistenseCommonInterface persistence)
public MProcResult applyMProcHrSri(MProcRuleRaProvider anMProcRuleRa, CorrelationIdValue correlationIdValue)
public MProcResult applyMProcPreDelivery(MProcRuleRaProvider anMProcRuleRa, Sms sms, ProcessingType processingType)
public MProcResult applyMProcImsiRequest(MProcRuleRaProvider anMProcRuleRa, Sms sms, String imsi, String nnnDigits, int nnnNumberingPlan, int nnnAddressNature)
public MProcResult applyMProcDelivery(MProcRuleRaProvider anMProcRuleRa, Sms sms, boolean deliveryFailure, ProcessingType processingType)
public MProcResult applyMProcDeliveryTempFailure(MProcRuleRaProvider anMProcRuleRa, Sms sms, ProcessingType processingType)
public void stop()
public void store()
public void load()
throws FileNotFoundException
FileNotFoundExceptionprotected void bindAlias(MProcRuleFactory ruleFactory)
Copyright © 2017. All Rights Reserved.