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(Sms sms, PersistenseCommonInterface persistence)
public MProcResult applyMProcHrSri(CorrelationIdValue correlationIdValue)
public MProcResult applyMProcPreDelivery(Sms sms, ProcessingType processingType)
public MProcResult applyMProcImsiRequest(Sms sms, String imsi, String nnnDigits, int nnnNumberingPlan, int nnnAddressNature)
public MProcResult applyMProcDelivery(Sms sms, boolean deliveryFailure, ProcessingType processingType)
public MProcResult applyMProcDeliveryTempFailure(Sms sms, ProcessingType processingType)
public void store()
public void load()
throws FileNotFoundException
FileNotFoundExceptionprotected void bindAlias(MProcRuleFactory ruleFactory)
Copyright © 2016. All Rights Reserved.