Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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


public interface BulkSmsMBean

Field Summary
static int allowedBudgetUsagePercent
          The budget percentage that can be shared by the bulk sms service, from 0 to 100.
static int chunkSmsTaskHeartbeatInterval
          ChunkSmsTaskHeartbeatInterval indicate how long before one chunk is removed from a failed node.
static int maxSubscriberNumOfBulkSmsOrder
          MaxSubscriberNumOfBulkSmsOrder indicates the max number of subscribers in one bulk SMS order.
static int maxSubscriberNumOfChunkSms
          MaxSubscriberNumOfBulkSmsOrder indicates the max number of subscribers in one chunk SMS.
static int nodeBudgetDetctInverval
          NodeBudgetDetctInverval indicates how long until the BulkSmsOrderScheduler detects the latest budget info at the given interval, in seconds.

 

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 percentage that can be shared by the bulk sms service, from 0 to 100. 0 means no budget is shared while 100 means all budget is shared. Format: int
See Also:
Constant Field Values

chunkSmsTaskHeartbeatInterval

public static final int chunkSmsTaskHeartbeatInterval
ChunkSmsTaskHeartbeatInterval indicate how long before one chunk is removed from a failed node. Format: int
See Also:
Constant Field Values

maxSubscriberNumOfBulkSmsOrder

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

maxSubscriberNumOfChunkSms

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

nodeBudgetDetctInverval

public static final int nodeBudgetDetctInverval
NodeBudgetDetctInverval indicates how long until the BulkSmsOrderScheduler detects the latest budget info at the given interval, in seconds. 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
6.0

E55516-02


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