Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


com.bea.wlcp.wlng.plugin.bulk.sms.management
Interface BulkSmsMBean


public interface BulkSmsMBean

Field Summary
static int allowedBudgetUsagePercent
          The budget percent can be shared by bulk sms service.
static int chunkSmsTaskHeartbeatInterval
          ChunkSmsTaskHeartbeatInterval indicate how long will one chunk be taken over from one failed node which occupy it.
static int maxSubscriberNumOfBulkSmsOrder
          MaxSubscriberNumOfBulkSmsOrder indicate max number of subscribers in one bulk SMS order.
static int maxSubscriberNumOfChunkSms
          MaxSubscriberNumOfBulkSmsOrder indicate max number of subscribers in one chunk SMS.
static int nodeBudgetDetctInverval
          NodeBudgetDetctInverval indicate how long will BulkSmsOrderScheduler detects the latest budget info at the given interval second.

 

Method Summary
 int getAllowedBudgetUsagePercent()
           
 int getChunkSmsTaskHeartbeatInterval()
           
 int getMaxSubscriberNumOfBulkSmsOrder()
           
 int getMaxSubscriberNumOfChunkSms()
           
 int getNodeBudgetDetctInverval()
           
 void setAllowedBudgetUsagePercent(int percent)
           
 void setChunkSmsTaskHeartbeatInterval(int interval)
           
 void setMaxSubscriberNumOfBulkSmsOrder(int max)
           
 void setMaxSubscriberNumOfChunkSms(int max)
           
 void setNodeBudgetDetctInverval(int interval)
           

 

Field Detail

allowedBudgetUsagePercent

public static final int allowedBudgetUsagePercent
The budget percent can be shared by bulk sms service. allow to be set in (0~100) 0 means no budget is shared by bulk. 100 means all the budget can be shared by bulk. Format: int
See Also:
Constant Field Values

chunkSmsTaskHeartbeatInterval

public static final int chunkSmsTaskHeartbeatInterval
ChunkSmsTaskHeartbeatInterval indicate how long will one chunk be taken over from one failed node which occupy it. Format: int
See Also:
Constant Field Values

maxSubscriberNumOfBulkSmsOrder

public static final int maxSubscriberNumOfBulkSmsOrder
MaxSubscriberNumOfBulkSmsOrder indicate max number of subscribers in one bulk SMS order. Format: int
See Also:
Constant Field Values

maxSubscriberNumOfChunkSms

public static final int maxSubscriberNumOfChunkSms
MaxSubscriberNumOfBulkSmsOrder indicate max number of subscribers in one chunk SMS. Format: int
See Also:
Constant Field Values

nodeBudgetDetctInverval

public static final int nodeBudgetDetctInverval
NodeBudgetDetctInverval indicate how long will BulkSmsOrderScheduler detects the latest budget info at the given interval second. Format: int
See Also:
Constant Field Values

Method Detail

getAllowedBudgetUsagePercent

public int getAllowedBudgetUsagePercent()
                                 throws ManagementException
Throws:
ManagementException

getChunkSmsTaskHeartbeatInterval

public int getChunkSmsTaskHeartbeatInterval()
                                     throws ManagementException
Throws:
ManagementException

getMaxSubscriberNumOfBulkSmsOrder

public int getMaxSubscriberNumOfBulkSmsOrder()
                                      throws ManagementException
Throws:
ManagementException

getMaxSubscriberNumOfChunkSms

public int getMaxSubscriberNumOfChunkSms()
                                  throws ManagementException
Throws:
ManagementException

getNodeBudgetDetctInverval

public int getNodeBudgetDetctInverval()
                               throws ManagementException
Throws:
ManagementException

setAllowedBudgetUsagePercent

public void setAllowedBudgetUsagePercent(int percent)
                                  throws ManagementException
Throws:
ManagementException

setChunkSmsTaskHeartbeatInterval

public void setChunkSmsTaskHeartbeatInterval(int interval)
                                      throws ManagementException
Throws:
ManagementException

setMaxSubscriberNumOfBulkSmsOrder

public void setMaxSubscriberNumOfBulkSmsOrder(int max)
                                       throws ManagementException
Throws:
ManagementException

setMaxSubscriberNumOfChunkSms

public void setMaxSubscriberNumOfChunkSms(int max)
                                   throws ManagementException
Throws:
ManagementException

setNodeBudgetDetctInverval

public void setNodeBudgetDetctInverval(int interval)
                                throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.