Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.plugin.bulk.mms.management
Interface BulkMmsMBean


public interface BulkMmsMBean

Field Summary
static int allowedBudgetUsagePercent
          The budget percentage that can be shared by bulk mms services.
static int chunkMmsTaskHeartbeatInterval
          ChunkMmsTaskHeartbeatInterval indicates how long one chunk will be taken over from one failed node that occupies it.
static int maxSubscriberNumOfBulkMmsOrder
          MaxSubscriberNumOfBulkMmsOrder indicates the max number of subscribers in one bulk SMS order.
static int maxSubscriberNumOfChunkMms
          MaxSubscriberNumOfBulkMmsOrder indicates the max number of subscribers in one chunk SMS.
static int nodeBudgetDetctInverval
          NodeBudgetDetctInverval indicates how long the BulkMmsOrderScheduler detects the latest budget info at the given interval in seconds.

 

Method Summary
 int getAllowedBudgetUsagePercent()
           
 int getChunkMmsTaskHeartbeatInterval()
           
 int getMaxSubscriberNumOfBulkMmsOrder()
           
 int getMaxSubscriberNumOfChunkMms()
           
 int getNodeBudgetDetctInverval()
           
 void setAllowedBudgetUsagePercent(int percent)
           
 void setChunkMmsTaskHeartbeatInterval(int interval)
           
 void setMaxSubscriberNumOfBulkMmsOrder(int max)
           
 void setMaxSubscriberNumOfChunkMms(int max)
           
 void setNodeBudgetDetctInverval(int interval)
           

 

Field Detail

allowedBudgetUsagePercent

public static final int allowedBudgetUsagePercent
The budget percentage that can be shared by bulk mms services. Allowed values are 0 to 100. 0 means no budget is shared by bulk mms services. 100 means all the budgets can be shared. Format: int.
See Also:
Constant Field Values

chunkMmsTaskHeartbeatInterval

public static final int chunkMmsTaskHeartbeatInterval
ChunkMmsTaskHeartbeatInterval indicates how long one chunk will be taken over from one failed node that occupies it. Format: int
See Also:
Constant Field Values

maxSubscriberNumOfBulkMmsOrder

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

maxSubscriberNumOfChunkMms

public static final int maxSubscriberNumOfChunkMms
MaxSubscriberNumOfBulkMmsOrder 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 the BulkMmsOrderScheduler 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

getChunkMmsTaskHeartbeatInterval

public int getChunkMmsTaskHeartbeatInterval()
                                     throws ManagementException
Throws:
ManagementException

getMaxSubscriberNumOfBulkMmsOrder

public int getMaxSubscriberNumOfBulkMmsOrder()
                                      throws ManagementException
Throws:
ManagementException

getMaxSubscriberNumOfChunkMms

public int getMaxSubscriberNumOfChunkMms()
                                  throws ManagementException
Throws:
ManagementException

getNodeBudgetDetctInverval

public int getNodeBudgetDetctInverval()
                               throws ManagementException
Throws:
ManagementException

setAllowedBudgetUsagePercent

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

setChunkMmsTaskHeartbeatInterval

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

setMaxSubscriberNumOfBulkMmsOrder

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

setMaxSubscriberNumOfChunkMms

public void setMaxSubscriberNumOfChunkMms(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.